* 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)
Image_Sets="${Image_Sets} xubuntu"
break
;;
-g)
Image_Sets="${Image_Sets} gobuntu"
break
;;
-s)
Image_Sets="${Image_Sets} ubuntu-server"