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:
aszlig 2018-11-26 01:13:59 +01:00
parent 2faf905f98
commit 9f23a63f79
No known key found for this signature in database
GPG key ID: 684089CE67EBB691

View file

@ -173,7 +173,7 @@ addAutoPatchelfSearchPath() {
}
autoPatchelf() {
local -a norecurse=
local norecurse=
while [ $# -gt 0 ]; do
case "$1" in