* ubuntu-sync: Fix slight error in options parsing.

This commit is contained in:
Luke Yelavich 2007-07-17 09:01:45 +10:00
parent 52360df6f1
commit 5874f020a5

View File

@ -32,8 +32,10 @@ while [ -n "$1" ]; do
-x) -x)
Image_Sets="${Image_Sets} xubuntu" Image_Sets="${Image_Sets} xubuntu"
break break
;;
-g) -g)
Image_Sets="${Image_Sets} gobuntu" Image_Sets="${Image_Sets} gobuntu"
break
;; ;;
-s) -s)
Image_Sets="${Image_Sets} ubuntu-server" Image_Sets="${Image_Sets} ubuntu-server"