summaryrefslogtreecommitdiff
path: root/helpers/lh_chroot_interactive
diff options
context:
space:
mode:
Diffstat (limited to 'helpers/lh_chroot_interactive')
-rwxr-xr-xhelpers/lh_chroot_interactive6
1 files changed, 3 insertions, 3 deletions
diff --git a/helpers/lh_chroot_interactive b/helpers/lh_chroot_interactive
index cb821ce..3f22816 100755
--- a/helpers/lh_chroot_interactive
+++ b/helpers/lh_chroot_interactive
@@ -49,15 +49,15 @@ Create_lockfile .lock
case "${LH_INTERACTIVE}" in
enabled|shell)
- echo "Pausing build: starting interactive shell..."
+ Echo_message "Pausing build: starting interactive shell..."
Chroot "/bin/bash --login"
;;
x11)
- echo "Pausing build: starting interactive X11..."
+ Echo_message "Pausing build: starting interactive X11..."
Chroot "startx"
;;
xnest)
- echo "Pausing build: starting interactive Xnest..."
+ Echo_message "Pausing build: starting interactive Xnest..."
#Chroot "" # FIXME
;;
esac