2
0

Remove some pointless local's.

This commit is contained in:
Maarten Billemont 2017-09-04 14:29:25 -04:00
parent cd70009c2c
commit 44d8ab6e53

View File

@ -68,7 +68,7 @@ mpw() {
# mpw paths
-I"core" -I"cli"
)
local ldflags=(
ldflags=(
"${ldflags[@]}"
)
@ -93,7 +93,7 @@ mpw-bench() {
# mpw paths
-I"core" -I"cli"
)
local ldflags=(
ldflags=(
"${ldflags[@]}"
)
@ -119,7 +119,7 @@ mpw-tests() {
# mpw paths
-I"core" -I"cli"
)
local ldflags=(
ldflags=(
"${ldflags[@]}"
)