[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reproducible Debian rebuilder prototype: quote properly

Holger Levsen gitlab at salsa.debian.org
Fri Sep 11 16:16:10 BST 2020



Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net


Commits:
0f5ae6af by Holger Levsen at 2020-09-11T17:16:00+02:00
reproducible Debian rebuilder prototype: quote properly

Signed-off-by: Holger Levsen <holger at layer-acht.org>

- - - - -


1 changed file:

- bin/reproducible_debian_rebuilder_prototype.sh


Changes:

=====================================
bin/reproducible_debian_rebuilder_prototype.sh
=====================================
@@ -216,10 +216,10 @@ mv $FILE $FILE.orig
 output_echo "trying to re-sbuild $PKG..."
 SBUILD=$(tail -2 $DEBREBUILD | grep '^SBUILD_CMDLINE=' | cut -d '=' -f2- )
 output_echo "using this sbuild command line:"
-echo $SBUILD
+echo "$SBUILD"
 echo
 set +e
-eval $SBUILD
+eval "$SBUILD"
 RESULT=$?
 if [ "$RESULT" != "0" ] ; then
 	output_echo "sbuild exited with $RESULT:"



View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/0f5ae6afa8d56e00cd868d9d48360bb144e4aca4

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/0f5ae6afa8d56e00cd868d9d48360bb144e4aca4
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/qa-jenkins-scm/attachments/20200911/82f27c4a/attachment.html>


More information about the Qa-jenkins-scm mailing list