]> granicus.if.org Git - apache/commitdiff
Not standard WinFoo. Using cd now. Reported by Ian Holsman.
authorWilliam A. Rowe Jr <wrowe@apache.org>
Tue, 18 Jun 2002 23:48:42 +0000 (23:48 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Tue, 18 Jun 2002 23:48:42 +0000 (23:48 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95791 13f79535-47bb-0310-9956-ffa450edef68

Makefile.win

index 66fc48ba59ac1f78d51bb2b0a8df9d96df8cbc20..225a81c78ce138cacbf9adc687a6348cabce8cd0 100644 (file)
@@ -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 );
     }
     {