diff options
Diffstat (limited to 'localcowbuilder-create')
-rwxr-xr-x | localcowbuilder-create | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/localcowbuilder-create b/localcowbuilder-create index e6eb030..0a40f91 100755 --- a/localcowbuilder-create +++ b/localcowbuilder-create @@ -51,14 +51,14 @@ while [ $# -gt 0 ]; do opts="$opts --debootstrapopts --arch --debootstrapopts $2" shift 2 ;; - --*|-*) - opts="$opts $1" - shift - ;; --) shift break ;; + --*|-*) + opts="$opts $1" + shift + ;; *) if [ -z "$pool" ]; then pool="$1" |