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
commitff4077daa89268eae8a01245b1a6bb13c2bd1119 (patch)
tree1c126e214683df014004ee08ab42640421b1e23c
parent1f36319ee55e8a684a989874c025ff194411cdc9 (diff)
downloadlibapr-util-ff4077daa89268eae8a01245b1a6bb13c2bd1119.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-util/trunk@58314 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 d8131fb4..d7ca5bd1 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|;