]> git.ipfire.org Git - thirdparty/libsolv.git/commitdiff
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 e85ca920675e03732f9b48166d15b6b7be033983..25346a6ca0f48363d3a46288057b558546fd3db4 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