summaryrefslogtreecommitdiff
path: root/Debian/Debhelper/Buildsystem.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Debian/Debhelper/Buildsystem.pm')
-rw-r--r--Debian/Debhelper/Buildsystem.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Debian/Debhelper/Buildsystem.pm b/Debian/Debhelper/Buildsystem.pm
index c1a10e5e..8fde2159 100644
--- a/Debian/Debhelper/Buildsystem.pm
+++ b/Debian/Debhelper/Buildsystem.pm
@@ -287,8 +287,8 @@ sub mkdir_builddir {
sub _cd {
my ($this, $dir)=@_;
+ verbose_print("cd $dir");
if (! $dh{NO_ACT}) {
- verbose_print("cd $dir");
chdir $dir or error("error: unable to chdir to $dir");
}
}