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-Tag: 2.0.40~445 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3eb27c7cbc7b94a984b836a0892b7a3468635e4f;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 ); } {