X-Git-Url: http://git.grml.org/?p=grml2usb.git;a=blobdiff_plain;f=grml2iso;h=a3bab29715555b53302e3b0b62b050b6274b110f;hp=632806abc829023fec77dadf0a9bb88bca1805bd;hb=86c00b84234fa377402156819780a7701eaa3678;hpb=37fa9f86ad3a7f890e2c2c5fe3ca296ddbc20a4a diff --git a/grml2iso b/grml2iso index 632806a..a3bab29 100755 --- a/grml2iso +++ b/grml2iso @@ -7,6 +7,9 @@ # License: This file is licensed under the GPL v2 or any later version. ################################################################################ +# make sure we have the sbin directories in our PATH to find grml2usb ootb +PATH="${PATH}:/sbin:/usr/local/sbin:/usr/sbin" + # define function getfilesize before "set -e" {{{ if stat --help >/dev/null 2>&1; then getfilesize='stat -c %s' # GNU stat