From: Zac Medico Date: Wed, 7 Jan 2009 01:30:06 +0000 (-0000) Subject: For completeness, ensure that any INODE_* are unset before beginning. X-Git-Tag: v2.2_rc21~36 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=8613356bb8177f5159321ec05349dfcb7113da56;p=portage.git For completeness, ensure that any INODE_* are unset before beginning. svn path=/main/trunk/; revision=12387 --- 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"