Skip to content

Commit

Permalink
autoPatchelfHook: Fix type of norecurse variable
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
aszlig committed Nov 26, 2018
1 parent 2faf905 commit 9f23a63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/build-support/setup-hooks/auto-patchelf.sh
Expand Up @@ -173,7 +173,7 @@ addAutoPatchelfSearchPath() {
}

autoPatchelf() {
local -a norecurse=
local norecurse=

while [ $# -gt 0 ]; do
case "$1" in
Expand Down

0 comments on commit 9f23a63

Please sign in to comment.