[Pkg-xfce-commits] r687 - scripts/pbuilder/hooks
Yves-Alexis Perez
corsac-guest at costa.debian.org
Sun Jun 4 12:27:54 UTC 2006
Author: corsac-guest
Date: 2006-06-04 12:27:54 +0000 (Sun, 04 Jun 2006)
New Revision: 687
Added:
scripts/pbuilder/hooks/C10_launch_shell
Log:
hook to get a shell when pbuilder fails
Added: scripts/pbuilder/hooks/C10_launch_shell
===================================================================
--- scripts/pbuilder/hooks/C10_launch_shell 2006-06-04 12:26:08 UTC (rev 686)
+++ scripts/pbuilder/hooks/C10_launch_shell 2006-06-04 12:27:54 UTC (rev 687)
@@ -0,0 +1,4 @@
+#!/bin/sh
+# invoke shell if build fails.
+
+/bin/bash < /dev/tty > /dev/tty
More information about the Pkg-xfce-commits
mailing list