From 542f046fabc7bfb6c33d7c69a442cef2e4ed4b36 Mon Sep 17 00:00:00 2001 From: erdgeist Date: Wed, 25 Apr 2012 14:56:34 +0000 Subject: Unset variable to ensure the warning message being displayed --- ezjail-admin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ezjail-admin') diff --git a/ezjail-admin b/ezjail-admin index 69b6365..b2b8443 100755 --- a/ezjail-admin +++ b/ezjail-admin @@ -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";; -- cgit v1.2.3