From 6a2d9379246383164a2e22c466b7c3c7e9489411 Mon Sep 17 00:00:00 2001 From: Michael Schroeder Date: Wed, 26 Mar 2014 12:36:24 +0100 Subject: [PATCH] repo2solv.sh: ignore -A option --- tools/repo2solv.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/repo2solv.sh b/tools/repo2solv.sh index e85ca92..25346a6 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 -- 2.7.4