diff --git a/bin/disk-image-create b/bin/disk-image-create index 43898ff3..d0b4f90f 100755 --- a/bin/disk-image-create +++ b/bin/disk-image-create @@ -32,8 +32,8 @@ function show_options () { COMPRESS_IMAGE="true" TEMP=`getopt -o a:ho:xu -n $SCRIPTNAME -- "$@"` -echo "XXX $TEMP" if [ $? != 0 ] ; then echo "Terminating..." >&2 ; exit 1 ; fi +echo "XXX $TEMP" # Note the quotes around `$TEMP': they are essential! eval set -- "$TEMP"