From: Michael Schroeder Date: Wed, 26 Mar 2014 11:36:24 +0000 (+0100) Subject: repo2solv.sh: ignore -A option X-Git-Tag: 0.6.4~54 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6a2d9379246383164a2e22c466b7c3c7e9489411;p=thirdparty%2Flibsolv.git repo2solv.sh: ignore -A option --- diff --git a/tools/repo2solv.sh b/tools/repo2solv.sh index e85ca920..25346a6c 100755 --- a/tools/repo2solv.sh +++ b/tools/repo2solv.sh @@ -104,6 +104,8 @@ while true ; do elif test "$1" = "-X" ; then addautooption=-X shift + elif test "$1" = "-A" ; then + shift else break fi