From: William A. Rowe Jr Date: Tue, 18 Jun 2002 23:48:42 +0000 (+0000) Subject: Not standard WinFoo. Using cd now. Reported by Ian Holsman. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bdffdc2ea3ae876ecca6800b06a804a527efba1a;p=apache 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 --- 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 ); } {