summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_freebsd.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/reproducible_freebsd.sh')
-rwxr-xr-xbin/reproducible_freebsd.sh4
1 files changed, 2 insertions, 2 deletions
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..."