summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2019-07-06 16:35:31 +0100
committerSean Whitton <spwhitton@spwhitton.name>2019-07-07 09:54:19 +0100
commita293b893d1b3fdf98e55d6c565c579f509f20ae4 (patch)
treefa5993df830df27bd7ca8bc55c63a4bfe298d69f
parentf7fd85c62514b8e46b580ba301449fb172c58c83 (diff)
git-debpush: Tolerate not specifying a quilt mode if not needed
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
-rwxr-xr-xgit-debpush2
1 files changed, 1 insertions, 1 deletions
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"