diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-08-27 15:06:42 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-08-27 15:06:42 +0200 |
commit | 7b4d60f7b83a4e2d203b35e9b4aed336ea1504ad (patch) | |
tree | bb256120bb068f7d3867f4701d08872383802a90 /bin | |
parent | 323d5079365946989f24b1a83fec931adec5ddc5 (diff) | |
download | jenkins.debian.net-7b4d60f7b83a4e2d203b35e9b4aed336ea1504ad.tar.xz |
fxi typo
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_freebsd.sh | 2 |
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." |