[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reprdocuible freebsd: fix quoting

Holger Levsen holger at moszumanska.debian.org
Thu Jul 16 14:53:33 UTC 2015


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

holger pushed a commit to branch master
in repository jenkins.debian.net.

commit fffb41b423aa10b67e38d08f302b768f1d2c6eba
Author: Holger Levsen <holger at layer-acht.org>
Date:   Thu Jul 16 16:52:59 2015 +0200

    reprdocuible freebsd: fix quoting
---
 bin/reproducible_freebsd.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/reproducible_freebsd.sh b/bin/reproducible_freebsd.sh
index ad7c055..fd596ce 100755
--- a/bin/reproducible_freebsd.sh
+++ b/bin/reproducible_freebsd.sh
@@ -50,10 +50,10 @@ echo "$(date -u) - Cloning the freebsd git repository (which is autosynced with
 echo "============================================================================="
 $RSSH git clone https://github.com/freebsd/freebsd.git $TMPBUILDDIR/freebsd
 FREEBSD="$($RSSH 'cd $TMPBUILDDIR/freebsd ; git log -1')"
-FREEBSD_VERSION=$($RSSH 'cd $TMPBUILDDIR/freebsd ; git describe --always')
+FREEBSD_VERSION="$($RSSH 'cd $TMPBUILDDIR/freebsd ; git describe --always')"
 echo "This is freebsd $FREEBSD_VERSION."
 echo
-$RSSH 'cd $TMPBUILDDIR/freebsd ; git log -1'
+$RSSH "cd $TMPBUILDDIR/freebsd ; git log -1"
 
 
 echo "so far so good, to be continued..."

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git



More information about the Qa-jenkins-scm mailing list