Commit ce684498 authored by Vitaly Lipatov's avatar Vitaly Lipatov

rpmbp: add -n after other params

parent 50f3e860
#!/bin/sh
$(dirname $0)/rpmbph -n "$@"
# workaround for last passed through options
FIRST="$1"
shift
$(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