mirror of
https://github.com/gogs/gogs.git
synced 2025-05-22 07:21:06 +00:00
scripts: fix overextending of variable name (#4888)
This commit is contained in:
parent
1c33c936e6
commit
3cba8778b2
@ -1,6 +1,6 @@
|
||||
outPlattform=freebsd
|
||||
outArch=amd64
|
||||
outPath=./output_$outPlattform_$outArch
|
||||
outPath=./output_${outPlattform}_$outArch
|
||||
|
||||
rm -rf $outPath
|
||||
mkdir $outPath
|
||||
|
@ -1,6 +1,6 @@
|
||||
outPlattform=linux
|
||||
outArch=amd64
|
||||
outPath=./output_$outPlattform_$outArch
|
||||
outPath=./output_${outPlattform}_$outArch
|
||||
|
||||
rm -rf $outPath
|
||||
mkdir $outPath
|
||||
|
Loading…
x
Reference in New Issue
Block a user