summaryrefslogtreecommitdiff
path: root/Debian
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2012-05-11 11:59:09 -0400
committerJoey Hess <joey@kitenet.net>2012-05-11 11:59:09 -0400
commitb312dcc7db36597a1b8624980dce8f958c2399f1 (patch)
treedf1f9bfeed6acfd57f23606007f2967a40ee6a03 /Debian
parentf3571f1c96997fc344dd50de8e137107de169c30 (diff)
Improve -v logging. Closes: #672448
Diffstat (limited to 'Debian')
-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");
}
}