mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 05:43:50 +03: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() {
|
autoPatchelf() {
|
||||||
local -a norecurse=
|
local norecurse=
|
||||||
|
|
||||||
while [ $# -gt 0 ]; do
|
while [ $# -gt 0 ]; do
|
||||||
case "$1" in
|
case "$1" in
|
||||||
|
Loading…
Reference in New Issue
Block a user