Merge pull request #132800 from deliciouslytyped/separatedebuginfo-extraneous-local
setup-hooks: separate-debug-info.sh: Remove extraneous local variable…
This commit is contained in:
commit
f6b209b891
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ _separateDebugInfo() {
|
|||
dst="$dst/lib/debug/.build-id"
|
||||
|
||||
# Find executables and dynamic libraries.
|
||||
local i magic
|
||||
local i
|
||||
while IFS= read -r -d $'\0' i; do
|
||||
if ! isELF "$i"; then continue; fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue