diff options
Diffstat (limited to 'pbuilder/hooks/C10shell')
-rwxr-xr-x | pbuilder/hooks/C10shell | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/pbuilder/hooks/C10shell b/pbuilder/hooks/C10shell index 6fa0cb6..f462db8 100755 --- a/pbuilder/hooks/C10shell +++ b/pbuilder/hooks/C10shell @@ -1,8 +1,6 @@ #!/bin/bash -# example file to be used with --hookdir -# # invoke shell if build fails. BUILDDIR="${BUILDDIR:-/tmp/buildd}" -apt-get install -y "${APTGETOPT[@]}" vim less +#apt-get install -y "${APTGETOPT[@]}" vim less cd "$BUILDDIR"/*/debian/.. /bin/bash < /dev/tty > /dev/tty 2> /dev/tty |