Remove some pointless local's.
This commit is contained in:
parent
cd70009c2c
commit
44d8ab6e53
@ -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[@]}"
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user