projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
240c950
)
Fix quoting for variable assignment with eval, from previous commit.
author
Zac Medico
<zmedico@gentoo.org>
Wed, 7 Jan 2009 00:57:47 +0000
(
00:57
-0000)
committer
Zac Medico
<zmedico@gentoo.org>
Wed, 7 Jan 2009 00:57:47 +0000
(
00:57
-0000)
svn path=/main/trunk/; revision=12386
bin/prepstrip
patch
|
blob
|
history
diff --git
a/bin/prepstrip
b/bin/prepstrip
index c9cb4c29f7c4bf51b99260b702c29e4094c1cf6b..c010861f9c3feae9fdd1e217f3f3a1272a9c8f52 100755
(executable)
--- 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}"