chiark / gitweb /
git-debpush: Tolerate not specifying a quilt mode if not needed
[dgit.git] / git-debpush
index 4725eabbe17b4e321c9ff6ef3ee0e37a29546a19..bd699179985493e5b768670f73f61b01a03a6ce3 100755 (executable)
@@ -123,7 +123,7 @@ done
 if [ $# != 0 ]; then badusage 'no positional arguments allowed'; fi
 
 case "$quilt_mode" in
-    'linear'|'auto'|'smash'|'nofix'|'gbp'|'dpm'|'unapplied'|'baredebian'|'baredebian+tarball')
+    'linear'|'auto'|'smash'|'nofix'|'gbp'|'dpm'|'unapplied'|'baredebian'|'baredebian+tarball'|'')
        ;;
     'baredebian+git')
        quilt_mode="baredebian"