summaryrefslogtreecommitdiffstats
path: root/debian/_buildscripts/local/internals/C10shell
diff options
context:
space:
mode:
Diffstat (limited to 'debian/_buildscripts/local/internals/C10shell')
-rwxr-xr-xdebian/_buildscripts/local/internals/C10shell4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/_buildscripts/local/internals/C10shell b/debian/_buildscripts/local/internals/C10shell
index 7c6a8761b..01f5590f6 100755
--- a/debian/_buildscripts/local/internals/C10shell
+++ b/debian/_buildscripts/local/internals/C10shell
@@ -6,12 +6,12 @@ CWhite='\e[1;37m'
CNone='\e[0m'
# Invoke shell if build fails.
-apt-get install -y --force-yes vim less bash mc
+apt-get install -y --force-yes vim less bash mc ack
cd /tmp/buildd/*/debian/..
echo "${CPurple}---------------------------------------------------------${CNone}" >/dev/tty
echo "${CPurple} !!! Build FAILED !!! ${CNone}" >/dev/tty
echo "${CPurple} You are now inside a shell in the building environment. ${CNone}" >/dev/tty
-echo "${CPurple} ${CWhite}mc, vim, less${CPurple} are available for your convenience. ${CNone}" >/dev/tty
+echo "${CWhite} mc, vim, less, ack${CPurple} are available for your convenience. ${CNone}" >/dev/tty
echo "${CPurple} Type ${CWhite}exit${CPurple} to leave the shell when you are done. ${CNone}" >/dev/tty
echo "${CPurple}---------------------------------------------------------${CNone}" >/dev/tty
/bin/bash </dev/tty >/dev/tty 2>/dev/tty