From 9cc05f271914f8ee24ef84c4d50cd4bc42a69c5e Mon Sep 17 00:00:00 2001 From: wrowe Date: Thu, 28 Jun 2001 00:28:06 +0000 Subject: 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 --- build/fixwin32mak.pl | 1 - 1 file changed, 1 deletion(-) 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|; -- cgit v1.2.1