X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=bin%2Flive-snapshot;h=8a055005657b1818668e75b2c80c8debef78cba6;hb=b66ccf2b0c2488e93d00cc1a204b1bc5902ddc2c;hp=5135ce397dce27aabc6d0334b0e86687ddae920b;hpb=f9df46ac956501647ceb278f33979f6660df4507;p=live-boot-grml.git diff --git a/bin/live-snapshot b/bin/live-snapshot index 5135ce3..8a05500 100755 --- a/bin/live-snapshot +++ b/bin/live-snapshot @@ -181,7 +181,7 @@ Is_same_mount () Parse_args () { # Parse command line - ARGS="${1}" + ARGS="${*}" ARGUMENTS="$(getopt --longoptions cow:,device:,output,resync-string:,type:,help,usage,version --name=${PROGRAM} --options c:d:o:t:r:,h,u,v --shell sh -- ${ARGS})" if [ "${?}" != "0" ]