From bdffdc2ea3ae876ecca6800b06a804a527efba1a Mon Sep 17 00:00:00 2001 From: "William A. Rowe Jr" Date: Tue, 18 Jun 2002 23:48:42 +0000 Subject: [PATCH] Not standard WinFoo. Using cd now. Reported by Ian Holsman. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95791 13f79535-47bb-0310-9956-ffa450edef68 --- Makefile.win | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.win b/Makefile.win index 66fc48ba59..225a81c78c 100644 --- a/Makefile.win +++ b/Makefile.win @@ -622,7 +622,7 @@ BEGIN { serverroot = ARGV[2]; delete ARGV[2]; gsub( /\\/, "/", serverroot ); - "pwd" | getline root; + "cd" | getline root; gsub( /^\//, substr( root, 1, 2 ) "/", serverroot ); } { @@ -640,7 +640,7 @@ BEGIN { serverroot = ARGV[2]; delete ARGV[2]; gsub( /\\/, "/", serverroot ); - "pwd" | getline root; + "cd" | getline root; gsub( /^\//, substr( root, 1, 2 ) "/", serverroot ); } { -- 2.50.1