GRMLBASE/95-package-information: drop field width option in dpkg-query command
[grml-live.git] / grml-live
index 75b1b6e..c443cd1 100755 (executable)
--- a/grml-live
+++ b/grml-live
@@ -464,7 +464,8 @@ if [ -z "$FORCE" ] ; then
    read a
    if ! [ "$a" = 'y' -o "$a" = 'Y' ] ; then
       CLEAN_ARTIFACTS=0
-      bailout 1 "Exiting as requested."
+      echo "Exiting as requested."
+      exit 0
    fi
    echo
 fi