repo2solv.sh: ignore -A option
authorMichael Schroeder <mls@suse.de>
Wed, 26 Mar 2014 11:36:24 +0000 (12:36 +0100)
committerMichael Schroeder <mls@suse.de>
Wed, 26 Mar 2014 11:36:24 +0000 (12:36 +0100)
tools/repo2solv.sh

index e85ca92..25346a6 100755 (executable)
@@ -104,6 +104,8 @@ while true ; do
   elif test "$1" = "-X" ; then
     addautooption=-X
     shift
+  elif test "$1" = "-A" ; then
+    shift
   else
     break
   fi