Commit 98f3192f authored by Vitaly Lipatov's avatar Vitaly Lipatov

rpmgp: add select girar support

parent acc04170
...@@ -197,6 +197,11 @@ shift $((OPTIND - 1)) ...@@ -197,6 +197,11 @@ shift $((OPTIND - 1))
LISTRPMARGS=$@ LISTRPMARGS=$@
} }
if is_girar_name $1 ; then
GIRARHOST=$1
shift
fi
parse_cmd_pre "$@" parse_cmd_pre "$@"
mygetopts $LISTARGS mygetopts $LISTARGS
......
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