diff options
author | erdgeist <erdgeist@erdgeist.org> | 2012-04-25 14:56:34 +0000 |
---|---|---|
committer | erdgeist <erdgeist@erdgeist.org> | 2012-04-25 14:56:34 +0000 |
commit | 542f046fabc7bfb6c33d7c69a442cef2e4ed4b36 (patch) | |
tree | decc781c1bb931eb403ab403030cfc5de00c9754 /ezjail-admin | |
parent | e816b71f2d2ce0e11eb460bcae6cfc33f487fcfb (diff) |
Unset variable to ensure the warning message being displayed
Diffstat (limited to 'ezjail-admin')
-rwxr-xr-x | ezjail-admin | 2 |
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 ######################## |
848 | setup|update) | 848 | setup|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";; |