Commit a1c1929d authored by Vitaly Lipatov's avatar Vitaly Lipatov

ignore if first param is not system (possible it is option)

parent e99f2d09
...@@ -171,7 +171,8 @@ if [ -n "$2" ] ; then ...@@ -171,7 +171,8 @@ if [ -n "$2" ] ; then
if [ -n "$IDX" ] ; then if [ -n "$IDX" ] ; then
check_system $IDX check_system $IDX
else else
fatal "Unknown system '$1', use rpmgp -s for get list" #fatal "Unknown system '$1', use rpmgp -s for get list"
NAME=
fi fi
exit 0 exit 0
else else
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment