[Pkg-xfce-commits] r692 - scripts/pbuilder/hooks

Yves-Alexis Perez corsac-guest at costa.debian.org
Sun Jun 4 22:55:21 UTC 2006


Author: corsac-guest
Date: 2006-06-04 22:55:20 +0000 (Sun, 04 Jun 2006)
New Revision: 692

Modified:
   scripts/pbuilder/hooks/C10_launch_shell
Log:
patch to warn user that he has a shell (thanks james_w)


Modified: scripts/pbuilder/hooks/C10_launch_shell
===================================================================
--- scripts/pbuilder/hooks/C10_launch_shell	2006-06-04 21:24:59 UTC (rev 691)
+++ scripts/pbuilder/hooks/C10_launch_shell	2006-06-04 22:55:20 UTC (rev 692)
@@ -1,4 +1,6 @@
 #!/bin/sh
 # invoke shell if build fails.
 
+echo "You have the shell, use it wisely"
+echo "type CTRL-D to exit"
 /bin/bash < /dev/tty > /dev/tty




More information about the Pkg-xfce-commits mailing list