[Pkg-xfce-commits] r3494 - scripts/pbuilder/hooks
Yves-Alexis Perez
corsac at alioth.debian.org
Fri Sep 11 10:44:21 UTC 2009
Author: corsac
Date: 2009-09-11 22:44:21 +0000 (Fri, 11 Sep 2009)
New Revision: 3494
Modified:
scripts/pbuilder/hooks/C10_launch_shell
Log:
don't redirect the output, it seems to break in cowbuilder
Modified: scripts/pbuilder/hooks/C10_launch_shell
===================================================================
--- scripts/pbuilder/hooks/C10_launch_shell 2009-09-11 22:19:40 UTC (rev 3493)
+++ scripts/pbuilder/hooks/C10_launch_shell 2009-09-11 22:44:21 UTC (rev 3494)
@@ -2,7 +2,7 @@
# invoke shell if build fails.
echo "I: installing necessary tools to work in the damn chroot"
-apt-get install -y --force-yes vim zsh &>/dev/null
+apt-get install -y --force-yes vim zsh
cd /tmp/buildd/*/debian/..
More information about the Pkg-xfce-commits
mailing list