mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
pkgs/build-support: Remove unused local variable
This commit is contained in:
parent
ccac0475ad
commit
0383d1c760
@ -131,7 +131,7 @@ expandResponseParams() {
|
||||
}
|
||||
|
||||
checkLinkType() {
|
||||
local arg mode
|
||||
local arg
|
||||
type="dynamic"
|
||||
for arg in "$@"; do
|
||||
if [[ "$arg" = -static ]]; then
|
||||
|
Loading…
Reference in New Issue
Block a user