release: ignore --pbuilder flag

This commit is contained in:
proller 2018-03-15 12:41:06 +03:00
parent 56947de18a
commit b39fa2027d

View File

@ -35,6 +35,9 @@ do
elif [[ $1 == '--head' ]]; then
REVISION=`git rev-parse HEAD`
shift
elif [[ $1 == '--pbuilder' ]]; then
# Default
shift
elif [[ $1 == '--no-pbuilder' ]]; then
USE_PBUILDER=
shift