X-Git-Url: https://git.grml.org/?p=grml2usb.git;a=blobdiff_plain;f=grml2iso;fp=grml2iso;h=e84e2674cfd6f013e8cc9d989a4d2c63a1078ba6;hp=a2ef849867e70ab9060d47eb9dc3f3039235d23f;hb=0ab2a7261eef1435cf5b0ce1180e826f4c663414;hpb=62acdab01523c26b167683c74b1feb19173665fc diff --git a/grml2iso b/grml2iso index a2ef849..e84e267 100755 --- a/grml2iso +++ b/grml2iso @@ -91,7 +91,7 @@ Options: r) GRML2USB_OPTS+=(--remove-bootoption="$OPTARG");; p) GRML2USB_OPTS+=("$OPTARG");; s) URI="$OPTARG";; - t) WRKDIR="$OPTARG";; + t) WRKDIR="$(readlink -f "$OPTARG")";; ?) usage 2;; esac done