mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 15:11:25 +00:00
autoPatchelfHook: Fix type of norecurse variable
While declaring it as an array doesn't do any harm in our usage, it might be a bit confusing when reading the code. Signed-off-by: aszlig <aszlig@nix.build>
This commit is contained in:
parent
2faf905f98
commit
9f23a63f79
@ -173,7 +173,7 @@ addAutoPatchelfSearchPath() {
|
||||
}
|
||||
|
||||
autoPatchelf() {
|
||||
local -a norecurse=
|
||||
local norecurse=
|
||||
|
||||
while [ $# -gt 0 ]; do
|
||||
case "$1" in
|
||||
|
Loading…
Reference in New Issue
Block a user