From a293b893d1b3fdf98e55d6c565c579f509f20ae4 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 6 Jul 2019 16:35:31 +0100 Subject: git-debpush: Tolerate not specifying a quilt mode if not needed Signed-off-by: Ian Jackson --- git-debpush | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git-debpush b/git-debpush index 4725eab..bd69917 100755 --- a/git-debpush +++ b/git-debpush @@ -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" -- cgit v1.2.3