pkgs/build-support: Remove unused local variable

This commit is contained in:
Victor Engmark 2021-11-05 17:55:03 +13:00 committed by Raphael Megzari
parent ccac0475ad
commit 0383d1c760

View File

@ -131,7 +131,7 @@ expandResponseParams() {
}
checkLinkType() {
local arg mode
local arg
type="dynamic"
for arg in "$@"; do
if [[ "$arg" = -static ]]; then