mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-05-19 12:51:29 +00:00
* ubuntu-sync: Fix slight error in options parsing.
This commit is contained in:
parent
52360df6f1
commit
5874f020a5
@ -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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user