X-Git-Url: https://git.grml.org/?p=grml-live.git;a=blobdiff_plain;f=grml-live;h=45b93e614a189761da2f28ca9e4a1c54fa9f2a96;hp=c443cd1f46096d1c07516dbb67fba805cdb1f165;hb=4e027c7e8e37512e54f4fa2241a8a9424fba3352;hpb=f69b317189a8b89fdf44b3ae1efd3d8d9bdd4750 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