X-Git-Url: https://git.grml.org/?p=grml-live.git;a=blobdiff_plain;f=remaster%2Fgrml-live-remaster;fp=remaster%2Fgrml-live-remaster;h=c480f03ca2b46a2703bfc22b31ad975dc505ed2b;hp=57129d392af0752db842169ea812afdf5bdceb7f;hb=5e5258375d0b2d006c44c65afbd48f398f0de6e4;hpb=5081cf1b791e981312b023878237cbd9efc264bc diff --git a/remaster/grml-live-remaster b/remaster/grml-live-remaster index 57129d3..c480f03 100755 --- a/remaster/grml-live-remaster +++ b/remaster/grml-live-remaster @@ -68,15 +68,15 @@ fi check4root || exit 1 # }}} -if [ x"$1" == x ]; then - echo "$0 - version $VERSION" - echo "" - echo "Usage: $0 destination.iso" - echo " destination.iso should point to a path that is on a hard disk," - echo " you might want to mount some swap partitions or swap files" - echo " first, because grml-live-remaster will need a lot ot RAM." - echo "" - echo "Please report bugs and feature requests: http://grml.org/bugs/" +if [ -z "$1" ]; then + echo "$0 - version $VERSION + +Usage: $0 destination.iso + destination.iso should point to a path that is on a hard disk, + you might want to mount some swap partitions or swap files + first, because grml-live-remaster will need a lot ot RAM. + +Please report bugs and feature requests: http://grml.org/bugs/" >&2 exit 1 fi