[Qa-jenkins-scm] [jenkins.debian.net] 02/02: reproducible freebsd: escape correctly

Holger Levsen holger at moszumanska.debian.org
Fri Jul 17 23:12:03 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 eaadb45bef5d3c11f98a14e7ef71246a2c2eae9d
Author: Holger Levsen <holger at layer-acht.org>
Date:   Sat Jul 18 01:11:24 2015 +0200

    reproducible freebsd: escape correctly
---
 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 fd596ce..b8d0e3f 100755
--- a/bin/reproducible_freebsd.sh
+++ b/bin/reproducible_freebsd.sh
@@ -49,8 +49,8 @@ echo "==========================================================================
 echo "$(date -u) - Cloning the freebsd git repository (which is autosynced with their CVS repository)"
 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="$($RSSH \"cd $TMPBUILDDIR/freebsd ; git log -1\")"
+FREEBSD_VERSION="$($RSSH \"cd $TMPBUILDDIR/freebsd ; git describe --always\")"
 echo "This is freebsd $FREEBSD_VERSION."
 echo
 $RSSH "cd $TMPBUILDDIR/freebsd ; git log -1"

-- 
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