From feee3348bb3d7744c3d18302f7b8c1691b127bb8 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Wed, 7 Jan 2009 00:57:47 +0000 Subject: Fix quoting for variable assignment with eval, from previous commit. svn path=/main/trunk/; revision=12386 --- bin/prepstrip | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}" -- cgit v1.2.3-1-g7c22