X-Git-Url: http://git.grml.org/?p=grml-live.git;a=blobdiff_plain;f=grml-live;h=45b93e614a189761da2f28ca9e4a1c54fa9f2a96;hp=75b1b6ec7a32741660f120b4b3e682f0f16fb3c9;hb=59296d870d632c8dc1a39fc1ff13bdbe4fbc299f;hpb=9102cb3dd4bcae6033e74c2a4a9b28bea438e833 diff --git a/grml-live b/grml-live index 75b1b6e..45b93e6 100755 --- a/grml-live +++ b/grml-live @@ -12,6 +12,9 @@ export LANG=C export LC_ALL=C +# avoid leaking into chroots +unset TMPDIR + # define function getfilesize before "set -e" if stat --help >/dev/null 2>&1; then getfilesize='stat -c %s' # GNU stat @@ -464,7 +467,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