Unset variable to ensure the warning message being displayed

This commit is contained in:
erdgeist 2012-04-25 14:56:34 +00:00
parent e816b71f2d
commit 542f046fab

View File

@ -847,7 +847,7 @@ list)
######################## ezjail-admin UPDATE ########################
setup|update)
# Clean variables, prevent pollution
unset ezjail_provideports ezjail_installaction ezjail_osversion_source ezjail_osversion_destination
unset ezjail_provideports ezjail_installaction ezjail_osversion_source ezjail_osversion_destination ezjail_sourcetree
shift; while getopts :biuUpPs: arg; do case ${arg} in
b) ezjail_installaction="buildworld installworld";;