setup-hooks: separate-debug-info.sh: Remove extraneous local variable originally used in ec5b66eb

This commit is contained in:
deliciouslytyped 2021-08-05 17:44:25 +02:00
parent fd2bb8574e
commit 0e6b107cac

View File

@ -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