summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorMichael Schroeder <mls@suse.de>2014-03-26 12:36:24 +0100
committerMichael Schroeder <mls@suse.de>2014-03-26 12:36:24 +0100
commit6a2d9379246383164a2e22c466b7c3c7e9489411 (patch)
treeeee4f24536f7c8dcb7ad7b542be1e063c0de3f64 /tools
parentd2b43b9dee4c463d03abf7711720988e27c6fadb (diff)
downloadlibsolv-6a2d9379246383164a2e22c466b7c3c7e9489411.tar.gz
libsolv-6a2d9379246383164a2e22c466b7c3c7e9489411.tar.bz2
libsolv-6a2d9379246383164a2e22c466b7c3c7e9489411.zip
repo2solv.sh: ignore -A option
Diffstat (limited to 'tools')
-rwxr-xr-xtools/repo2solv.sh2
1 files changed, 2 insertions, 0 deletions
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