summaryrefslogtreecommitdiff
path: root/build/fixwin32mak.pl
diff options
context:
space:
mode:
Diffstat (limited to 'build/fixwin32mak.pl')
-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|;