Commit 4de79b89 authored by Vitaly Lipatov's avatar Vitaly Lipatov

fix rpmrb with spec

parent 1fa004d3
......@@ -29,8 +29,8 @@ fi
set_girar_host $1 && shift
SPEC=$1
# allow run without spec, version only
[ -r "$SPEC" ] && [ -n "$VER" ] && shift
# allow run with spec file (obsoleted)
[ -r "$SPEC" ] && shift
VER=$1
# need for rpmgs
......
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