summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_freebsd.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-08-27 15:06:42 +0200
committerHolger Levsen <holger@layer-acht.org>2015-08-27 15:06:42 +0200
commit7b4d60f7b83a4e2d203b35e9b4aed336ea1504ad (patch)
treebb256120bb068f7d3867f4701d08872383802a90 /bin/reproducible_freebsd.sh
parent323d5079365946989f24b1a83fec931adec5ddc5 (diff)
downloadjenkins.debian.net-7b4d60f7b83a4e2d203b35e9b4aed336ea1504ad.tar.xz
fxi typo
Diffstat (limited to 'bin/reproducible_freebsd.sh')
-rwxr-xr-xbin/reproducible_freebsd.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_freebsd.sh b/bin/reproducible_freebsd.sh
index cccaa4d2..1df3bc81 100755
--- a/bin/reproducible_freebsd.sh
+++ b/bin/reproducible_freebsd.sh
@@ -62,7 +62,7 @@ FREEBSD_VERSION=$($RSSH "cd $TMPBUILDDIR ; git describe --always")
echo "This is freebsd $FREEBSD_VERSION."
echo
$RSSH "cd $TMPBUILDDIR ; git log -1"
-TARGET_NAME=($echo "freebsd_${FREEBSD_TARGET}_git${FREEBSD_VERSION}" | sed "s#/#-#g")
+TARGET_NAME=$(echo "freebsd_${FREEBSD_TARGET}_git${FREEBSD_VERSION}" | sed "s#/#-#g")
echo "============================================================================="
echo "$(date -u) - Building freebsd ${FREEBSD_VERSION} - first build run."