summaryrefslogtreecommitdiff
path: root/Debian
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-11-16 21:17:13 -0500
committerJoey Hess <joey@gnu.kitenet.net>2009-11-16 21:17:13 -0500
commit93cab1844819ee8f761606f6ccc511ebf07d2213 (patch)
tree9b7ec96b313d690666627f621480f661b7b3ce82 /Debian
parentbb59aa0fcdcf2d0cea84fc3e14dd44e42f3a809f (diff)
cute tail display of config.log, to include a header
Diffstat (limited to 'Debian')
-rw-r--r--Debian/Debhelper/Buildsystem/autoconf.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Debian/Debhelper/Buildsystem/autoconf.pm b/Debian/Debhelper/Buildsystem/autoconf.pm
index 59b6c6b2..a97de9c6 100644
--- a/Debian/Debhelper/Buildsystem/autoconf.pm
+++ b/Debian/Debhelper/Buildsystem/autoconf.pm
@@ -54,7 +54,7 @@ sub configure {
};
if ($@) {
if (-e $this->get_buildpath("config.log")) {
- $this->doit_in_builddir("cat config.log");
+ $this->doit_in_builddir("tail -v -n +0 config.log");
}
die $@;
}