Commit cae1bc36 authored by Vitaly Lipatov's avatar Vitaly Lipatov

rpmurl: fix open

parent 22e4bbd9
...@@ -87,7 +87,7 @@ check_spec() ...@@ -87,7 +87,7 @@ check_spec()
[ -z "${RPM_URL}" ] && fatal "Cannot get package URL" [ -z "${RPM_URL}" ] && fatal "Cannot get package URL"
fi fi
if [ -z "$PRINTONLY" ] ; then if [ -n "$PRINTONLY" ] ; then
echo "$RPM_URL" echo "$RPM_URL"
return return
fi fi
......
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