aboutsummaryrefslogtreecommitdiffhomepage
path: root/bin/git-pbuilder
diff options
context:
space:
mode:
Diffstat (limited to 'bin/git-pbuilder')
-rw-r--r--bin/git-pbuilder10
1 files changed, 6 insertions, 4 deletions
diff --git a/bin/git-pbuilder b/bin/git-pbuilder
index e67698de..caa28d7c 100644
--- a/bin/git-pbuilder
+++ b/bin/git-pbuilder
@@ -327,11 +327,13 @@ done
# Now we can finally run pdebuild. The quoting here is tricky, but this
# seems to pass everything through properly.
if [ no = "$GIT_PBUILDER_AUTOCONF" ] ; then
- pdebuild --pbuilder "$BUILDER" --debbuildopts "$DEBBUILDOPTS" \
- "${PDEBUILDOPTS[@]}" -- "${OPTIONS[@]}"
+ pdebuild \
+ --pbuilder "$BUILDER" "${PDEBUILDOPTS[@]}" -- \
+ --debbuildopts "$DEBBUILDOPTS" "${OPTIONS[@]}"
else
- pdebuild --buildresult "$OUTPUT_DIR" --pbuilder "$BUILDER" \
- --debbuildopts "$DEBBUILDOPTS" "${PDEBUILDOPTS[@]}" -- "${OPTIONS[@]}"
+ pdebuild --buildresult "$OUTPUT_DIR" \
+ --pbuilder "$BUILDER" "${PDEBUILDOPTS[@]}" -- \
+ --debbuildopts "$DEBBUILDOPTS" "${OPTIONS[@]}"
fi
exit "$?"