pkgfs.sh: also reset the build vars in reset_tmpl_vars().

--HG--
extra : convert_revision : 9b679b8eed80e0189ea70cdc0d992b11baa7aaad
This commit is contained in:
Juan RP 2008-10-11 12:35:04 +02:00
parent 5a8e34edf2
commit 3c63eaa15f
1 changed files with 2 additions and 0 deletions

View File

@ -319,6 +319,8 @@ reset_tmpl_vars()
for i in ${TMPL_VARS}; do
eval unset "$i"
done
unset_build_vars
}
#