Remove some pointless local's.
This commit is contained in:
parent
cd70009c2c
commit
44d8ab6e53
@ -68,7 +68,7 @@ mpw() {
|
|||||||
# mpw paths
|
# mpw paths
|
||||||
-I"core" -I"cli"
|
-I"core" -I"cli"
|
||||||
)
|
)
|
||||||
local ldflags=(
|
ldflags=(
|
||||||
"${ldflags[@]}"
|
"${ldflags[@]}"
|
||||||
)
|
)
|
||||||
|
|
||||||
@ -93,7 +93,7 @@ mpw-bench() {
|
|||||||
# mpw paths
|
# mpw paths
|
||||||
-I"core" -I"cli"
|
-I"core" -I"cli"
|
||||||
)
|
)
|
||||||
local ldflags=(
|
ldflags=(
|
||||||
"${ldflags[@]}"
|
"${ldflags[@]}"
|
||||||
)
|
)
|
||||||
|
|
||||||
@ -119,7 +119,7 @@ mpw-tests() {
|
|||||||
# mpw paths
|
# mpw paths
|
||||||
-I"core" -I"cli"
|
-I"core" -I"cli"
|
||||||
)
|
)
|
||||||
local ldflags=(
|
ldflags=(
|
||||||
"${ldflags[@]}"
|
"${ldflags[@]}"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user