GRMLBASE/95-package-information: drop field width option in dpkg-query command
[grml-live.git] / grml-live
index 9f2add8..c443cd1 100755 (executable)
--- a/grml-live
+++ b/grml-live
@@ -463,7 +463,9 @@ if [ -z "$FORCE" ] ; then
    echo -n "Is this ok for you? [y/N] "
    read a
    if ! [ "$a" = 'y' -o "$a" = 'Y' ] ; then
-      bailout 1 "Exiting as requested."
+      CLEAN_ARTIFACTS=0
+      echo "Exiting as requested."
+      exit 0
    fi
    echo
 fi