Commit 0c1bcff6 authored by Vitaly Lipatov's avatar Vitaly Lipatov

rpmpb: fix again (skip fist options)

parent 9115b850
#!/bin/sh
# workaround for last passed through options
FIRST="$1"
shift
case "$1" in
-*)
FIRST=
;;
*)
FIRST="$1"
shift
;;
esac
$(dirname $0)/rpmbph $FIRST -n "$@"
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