summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaouda Lo <daouda@mandriva.com>2004-10-01 06:33:54 +0000
committerDaouda Lo <daouda@mandriva.com>2004-10-01 06:33:54 +0000
commit03833abd42864f905d4bbcbacaf739f972d71284 (patch)
treeb319e4573ed4ba66a80f78ae78fcb019591420d5
parent8e78c60e717400b61415ec3f56f8ce2bd7e27543 (diff)
downloadmgaonline-03833abd42864f905d4bbcbacaf739f972d71284.tar
mgaonline-03833abd42864f905d4bbcbacaf739f972d71284.tar.gz
mgaonline-03833abd42864f905d4bbcbacaf739f972d71284.tar.bz2
mgaonline-03833abd42864f905d4bbcbacaf739f972d71284.tar.xz
mgaonline-03833abd42864f905d4bbcbacaf739f972d71284.zip
- declare \$country var
-rwxr-xr-xmdkonline_tui2
1 files changed, 1 insertions, 1 deletions
diff --git a/mdkonline_tui b/mdkonline_tui
index 65ec5d53..4e6334f8 100755
--- a/mdkonline_tui
+++ b/mdkonline_tui
@@ -50,7 +50,7 @@ my %choices = (
);
my $choice = $choices{account};
-my ($wiz, $login, $nlogin, $password, $npassword, $boxname, $cfmpassword, $email, $is_success, $key, $r, $createaccount, $sendconfres);
+my ($wiz, $login, $nlogin, $password, $npassword, $boxname, $cfmpassword, $email, $is_success, $key, $r, $createaccount, $sendconfres, $country);
my %countries = map { lang::c2name($_) => $_ } lang::list_countries();
sub read_conf() {