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