pkgfs.sh: also reset the build vars in reset_tmpl_vars().
--HG-- extra : convert_revision : 9b679b8eed80e0189ea70cdc0d992b11baa7aaad
This commit is contained in:
parent
5a8e34edf2
commit
3c63eaa15f
1 changed files with 2 additions and 0 deletions
2
pkgfs.sh
2
pkgfs.sh
|
@ -319,6 +319,8 @@ reset_tmpl_vars()
|
|||
for i in ${TMPL_VARS}; do
|
||||
eval unset "$i"
|
||||
done
|
||||
|
||||
unset_build_vars
|
||||
}
|
||||
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue