From 93cab1844819ee8f761606f6ccc511ebf07d2213 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 16 Nov 2009 21:17:13 -0500 Subject: cute tail display of config.log, to include a header --- Debian/Debhelper/Buildsystem/autoconf.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Debian/Debhelper') 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 $@; } -- cgit v1.2.3