From c90cb7813faf18aa353fef1a6ca9a1f2260bae70 Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Tue, 28 Nov 2017 12:22:17 +0100 Subject: git-pbuilder: properly escape -? Closes: #882984 --- bin/git-pbuilder | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/git-pbuilder b/bin/git-pbuilder index bc4119d7..9161b4f2 100755 --- a/bin/git-pbuilder +++ b/bin/git-pbuilder @@ -44,7 +44,7 @@ unset_env() { } case $1 in - -h|--help|-?) + -h|--help|-\?) cat <