summaryrefslogtreecommitdiff
path: root/ezjail-admin
diff options
context:
space:
mode:
authorerdgeist <erdgeist@erdgeist.org>2012-04-25 14:56:34 +0000
committererdgeist <erdgeist@erdgeist.org>2012-04-25 14:56:34 +0000
commit542f046fabc7bfb6c33d7c69a442cef2e4ed4b36 (patch)
treedecc781c1bb931eb403ab403030cfc5de00c9754 /ezjail-admin
parente816b71f2d2ce0e11eb460bcae6cfc33f487fcfb (diff)
Unset variable to ensure the warning message being displayed
Diffstat (limited to 'ezjail-admin')
-rwxr-xr-xezjail-admin2
1 files changed, 1 insertions, 1 deletions
diff --git a/ezjail-admin b/ezjail-admin
index 69b6365..b2b8443 100755
--- a/ezjail-admin
+++ b/ezjail-admin
@@ -847,7 +847,7 @@ list)
847######################## ezjail-admin UPDATE ######################## 847######################## ezjail-admin UPDATE ########################
848setup|update) 848setup|update)
849 # Clean variables, prevent pollution 849 # Clean variables, prevent pollution
850 unset ezjail_provideports ezjail_installaction ezjail_osversion_source ezjail_osversion_destination 850 unset ezjail_provideports ezjail_installaction ezjail_osversion_source ezjail_osversion_destination ezjail_sourcetree
851 851
852 shift; while getopts :biuUpPs: arg; do case ${arg} in 852 shift; while getopts :biuUpPs: arg; do case ${arg} in
853 b) ezjail_installaction="buildworld installworld";; 853 b) ezjail_installaction="buildworld installworld";;