summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2009-01-07 01:30:06 +0000
committerZac Medico <zmedico@gentoo.org>2009-01-07 01:30:06 +0000
commit8613356bb8177f5159321ec05349dfcb7113da56 (patch)
tree02f15cd8ac3e392673ded4cc66cdd0b5455702c0 /bin
parentfeee3348bb3d7744c3d18302f7b8c1691b127bb8 (diff)
downloadportage-8613356bb8177f5159321ec05349dfcb7113da56.tar.gz
portage-8613356bb8177f5159321ec05349dfcb7113da56.tar.bz2
portage-8613356bb8177f5159321ec05349dfcb7113da56.zip
For completeness, ensure that any INODE_* are unset before beginning.
svn path=/main/trunk/; revision=12387
Diffstat (limited to 'bin')
-rwxr-xr-xbin/prepstrip2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/prepstrip b/bin/prepstrip
index c010861f9..977ccec7f 100755
--- 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"