projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
feee334
)
For completeness, ensure that any INODE_* are unset before beginning.
author
Zac Medico
<zmedico@gentoo.org>
Wed, 7 Jan 2009 01:30:06 +0000
(
01:30
-0000)
committer
Zac Medico
<zmedico@gentoo.org>
Wed, 7 Jan 2009 01:30:06 +0000
(
01:30
-0000)
svn path=/main/trunk/; revision=12387
bin/prepstrip
patch
|
blob
|
history
diff --git
a/bin/prepstrip
b/bin/prepstrip
index c010861f9c3feae9fdd1e217f3f3a1272a9c8f52..977ccec7f4b73b64249788c4d9e0c57561125867 100755
(executable)
--- a/
bin/prepstrip
+++ b/
bin/prepstrip
@@
-30,6
+30,8
@@
if hasq installsources ${FEATURES} && ! type -P debugedit >/dev/null ; then
ewarn "be found. This feature will not work unless debugedit is installed!"
fi
+unset ${!INODE_*}
+
inode_var_name() {
if [[ $USERLAND = BSD ]] ; then
stat -f 'INODE_%d_%i' "$1"