From fffb41b423aa10b67e38d08f302b768f1d2c6eba Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Thu, 16 Jul 2015 16:52:59 +0200 Subject: reprdocuible freebsd: fix quoting --- bin/reproducible_freebsd.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin/reproducible_freebsd.sh') diff --git a/bin/reproducible_freebsd.sh b/bin/reproducible_freebsd.sh index ad7c0556..fd596ce0 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..." -- cgit v1.2.3-70-g09d2