aboutsummaryrefslogtreecommitdiff
path: root/scripts/build_freebsd.sh
diff options
context:
space:
mode:
authorRobin Alexander Richtsfeld <robin.richtsfeld@gmail.com>2017-11-22 19:40:38 +0100
committer无闻 <u@gogs.io>2017-11-22 13:40:38 -0500
commit3cba8778b21232b344fc35a4ff4397a70ac85eee (patch)
tree148c93a72042519457b1c4d8f5c42963947ef1a9 /scripts/build_freebsd.sh
parent1c33c936e6c7e2b23d8409a4d0809387bb6ef754 (diff)
scripts: fix overextending of variable name (#4888)
Diffstat (limited to 'scripts/build_freebsd.sh')
-rwxr-xr-xscripts/build_freebsd.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build_freebsd.sh b/scripts/build_freebsd.sh
index b53c6ac0..9662f776 100755
--- a/scripts/build_freebsd.sh
+++ b/scripts/build_freebsd.sh
@@ -1,6 +1,6 @@
outPlattform=freebsd
outArch=amd64
-outPath=./output_$outPlattform_$outArch
+outPath=./output_${outPlattform}_$outArch
rm -rf $outPath
mkdir $outPath