diff options
-rwxr-xr-x | bin/prepstrip | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/prepstrip b/bin/prepstrip index c9cb4c29f..c010861f9 100755 --- a/bin/prepstrip +++ b/bin/prepstrip @@ -75,7 +75,7 @@ save_elf_debug() { if [[ -n ${!inode} ]] ; then ln "${D}usr/lib/debug/${!inode:${#D}}.debug" "$y" else - eval $inode=\"$x\" + eval $inode=\$x ${OBJCOPY} --only-keep-debug "${x}" "${y}" ${OBJCOPY} --add-gnu-debuglink="${y}" "${x}" [[ -g ${x} ]] && chmod go-r "${y}" |