diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2003-11-20 22:57:08 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2003-11-20 22:57:08 +0000 |
commit | 3f7cd9bb7c6a264d11a678a7a245e913dff82e22 (patch) | |
tree | 0d9da8ee30e8d66e42961801a43f0194f6f05dae /move/move.pm | |
parent | 258f9f1304d54140a89a362d9baa55eef3f8faf1 (diff) | |
download | drakx-3f7cd9bb7c6a264d11a678a7a245e913dff82e22.tar drakx-3f7cd9bb7c6a264d11a678a7a245e913dff82e22.tar.gz drakx-3f7cd9bb7c6a264d11a678a7a245e913dff82e22.tar.bz2 drakx-3f7cd9bb7c6a264d11a678a7a245e913dff82e22.tar.xz drakx-3f7cd9bb7c6a264d11a678a7a245e913dff82e22.zip |
pixel likes it when we no one is able to cross frontiers (is he protectionist/nationalist or something?)
Diffstat (limited to 'move/move.pm')
-rw-r--r-- | move/move.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/move/move.pm b/move/move.pm index 7d625286b..fc0c24339 100644 --- a/move/move.pm +++ b/move/move.pm @@ -13,7 +13,7 @@ use lang; use Digest::MD5 qw(md5_hex); my @ALLOWED_LANGS = qw(en_US fr es it de); -our ($using_existing_user_config, $using_existing_host_config); +my ($using_existing_user_config, $using_existing_host_config); my $key_sysconf = '/home/.sysconf'; my $virtual_key_part; |