From 9e224cf37db21ff72a39a9fec657d43da6ec07f5 Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Fri, 4 Jul 2014 11:45:13 +0200 Subject: [PATCH] contrib/makerepo: fix error parsing command line arguments Signed-off-by: Thomas Haller --- contrib/fedora/utils/makerepo.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/fedora/utils/makerepo.sh b/contrib/fedora/utils/makerepo.sh index e9e3d8e51f..622080d064 100755 --- a/contrib/fedora/utils/makerepo.sh +++ b/contrib/fedora/utils/makerepo.sh @@ -86,7 +86,7 @@ unset REVERT_COUNT LOCAL=0 for ARG; do case "$ARG" in - -h|-?|help|--help) + -h|'-?'|help|--help) echo "SYNOPSIS: $(basename "$0") [local|-l] [-?|-h|--help|help] [NUM]" echo " - If [NUM] is omitted, it will revert all patches from the spec file," echo " otherwise only the last NUM patches."