[Reproducible-commits] [misc] 01/01: fix quoting

Reiner Herrmann reiner at reiner-h.de
Mon Jan 18 20:13:05 UTC 2016


This is an automated email from the git hooks/post-receive script.

deki-guest pushed a commit to branch master
in repository misc.

commit 24c90fa5ed88c18ec2dfe1ae554c94b73232d89e
Author: Reiner Herrmann <reiner at reiner-h.de>
Date:   Mon Jan 18 21:08:21 2016 +0100

    fix quoting
---
 prebuilder/rebuild.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/prebuilder/rebuild.sh b/prebuilder/rebuild.sh
index 0a687f4..65580e3 100755
--- a/prebuilder/rebuild.sh
+++ b/prebuilder/rebuild.sh
@@ -39,7 +39,7 @@ sudo \
  DEB_BUILD_OPTIONS="parallel=$((NUM_CPU+1)) nocheck" \
  TZ="/usr/share/zoneinfo/Etc/GMT+12" \
  unshare --uts -- $BUILDER --build $BUILDER_OPTS \
-    --debbuildopts '-b --buildinfo-identifier=${ARCH}' \
+    --debbuildopts "-b --buildinfo-identifier=${ARCH}" \
     --buildresult b1 \
     --logfile logs/${PACKAGE}.build1 \
     ${PACKAGE}_*.dsc
@@ -61,7 +61,7 @@ sudo \
  DEB_BUILD_OPTIONS="parallel=$NUM_CPU nocheck" \
  linux64 --uname-2.6 unshare --uts -- $BUILDER --build $BUILDER_OPTS \
     --configfile "$SCRIPT_DIR/pbuilderrc.rebuild" \
-    --debbuildopts '-b --buildinfo-identifier=${ARCH}' \
+    --debbuildopts "-b --buildinfo-identifier=${ARCH}" \
     --buildresult b2 \
     --logfile logs/${PACKAGE}.build2 \
     --hookdir "$SCRIPT_DIR/pbuilderhooks" \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/misc.git



More information about the Reproducible-commits mailing list