summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2001-06-28 00:28:06 +0000
committerwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2001-06-28 00:28:06 +0000
commit9cc05f271914f8ee24ef84c4d50cd4bc42a69c5e (patch)
treef119859aa172a1ec76d21f36ae5e114b5ab3964f
parentff1e5cbb9bc0eb6505f1b1531a040926c792669d (diff)
downloadlibapr-9cc05f271914f8ee24ef84c4d50cd4bc42a69c5e.tar.gz
Ugh... cd .. is not nice. Now this still needs a touch of work, but at
least it's marginally better. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@61807 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--build/fixwin32mak.pl1
1 files changed, 0 insertions, 1 deletions
diff --git a/build/fixwin32mak.pl b/build/fixwin32mak.pl
index d8131fb44..d7ca5bd15 100644
--- a/build/fixwin32mak.pl
+++ b/build/fixwin32mak.pl
@@ -10,7 +10,6 @@ use Cwd;
use IO::File;
use File::Find;
-chdir '..';
$root = cwd;
# ignore our own direcory (allowing us to move into any parallel tree)
$root =~ s|^.:(.*)/.*?$|cd "$1|;