From: Ulrich Dangel Date: Fri, 27 Jan 2012 02:52:56 +0000 (+0100) Subject: Canonicalize overlay directory X-Git-Tag: v0.11.6~2 X-Git-Url: https://git.grml.org/?p=grml2usb.git;a=commitdiff_plain;h=f956c82e76971d2706f783b2e7907a14fb0e4196;hp=0c4bedd98ddd16f6fe7758329a0e49e7a94fa0c3 Canonicalize overlay directory --- diff --git a/grml2iso b/grml2iso index c4c13ee..d9236ee 100755 --- a/grml2iso +++ b/grml2iso @@ -78,7 +78,7 @@ Options: case $name in o) ISOFILE="$OPTARG";; b) GRML2USB_OPTS+=(--bootoptions="$OPTARG");; - c) DIR="$OPTARG";; + c) DIR="$(readlink -f "$OPTARG")";; f) FORCE='true';; r) GRML2USB_OPTS+=(--remove-bootoption="$OPTARG");; p) GRML2USB_OPTS+=("$OPTARG");;