diff options
Diffstat (limited to 'scripts/build_freebsd.sh')
-rwxr-xr-x | scripts/build_freebsd.sh | 2 |
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 |