X-Git-Url: http://git.grml.org/?p=grml-live.git;a=blobdiff_plain;f=grml-live;h=45b93e614a189761da2f28ca9e4a1c54fa9f2a96;hp=c443cd1f46096d1c07516dbb67fba805cdb1f165;hb=59296d870d632c8dc1a39fc1ff13bdbe4fbc299f;hpb=feacdba45daf4b824c93171bd9d95fbeed75121e diff --git a/grml-live b/grml-live index c443cd1..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