* [gentoo-commits] portage r12387 - main/trunk/bin
@ 2009-01-07 1:30 Zac Medico (zmedico)
0 siblings, 0 replies; only message in thread
From: Zac Medico (zmedico) @ 2009-01-07 1:30 UTC (permalink / raw
To: gentoo-commits
Author: zmedico
Date: 2009-01-07 01:30:06 +0000 (Wed, 07 Jan 2009)
New Revision: 12387
Modified:
main/trunk/bin/prepstrip
Log:
For completeness, ensure that any INODE_* are unset before beginning.
Modified: main/trunk/bin/prepstrip
===================================================================
--- main/trunk/bin/prepstrip 2009-01-07 00:57:47 UTC (rev 12386)
+++ main/trunk/bin/prepstrip 2009-01-07 01:30:06 UTC (rev 12387)
@@ -30,6 +30,8 @@
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"
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2009-01-07 1:30 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-07 1:30 [gentoo-commits] portage r12387 - 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