public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] portage r12386 - main/trunk/bin
@ 2009-01-07  0:57 Zac Medico (zmedico)
  0 siblings, 0 replies; only message in thread
From: Zac Medico (zmedico) @ 2009-01-07  0:57 UTC (permalink / raw
  To: gentoo-commits

Author: zmedico
Date: 2009-01-07 00:57:47 +0000 (Wed, 07 Jan 2009)
New Revision: 12386

Modified:
   main/trunk/bin/prepstrip
Log:
Fix quoting for variable assignment with eval, from previous commit.


Modified: main/trunk/bin/prepstrip
===================================================================
--- main/trunk/bin/prepstrip	2009-01-07 00:41:33 UTC (rev 12385)
+++ main/trunk/bin/prepstrip	2009-01-07 00:57:47 UTC (rev 12386)
@@ -75,7 +75,7 @@
 	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}"




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-01-07  0:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-07  0:57 [gentoo-commits] portage r12386 - main/trunk/bin Zac Medico (zmedico)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox