summaryrefslogtreecommitdiff
path: root/Master/tlpkg/installer/install-menu-perltk.pl
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2009-02-02 06:18:19 +0000
committerNorbert Preining <preining@logic.at>2009-02-02 06:18:19 +0000
commit1665be4acaf4101aba8b29f2b5b994329b10eda3 (patch)
tree77b20d5241f1bafbd24f2bebb455dcc1df401269 /Master/tlpkg/installer/install-menu-perltk.pl
parenta3a0384b038f114a589c4750bfd2bb14ad858c7f (diff)
much advanced wizard
git-svn-id: svn://tug.org/texlive/trunk@12050 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/installer/install-menu-perltk.pl')
-rw-r--r--Master/tlpkg/installer/install-menu-perltk.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/tlpkg/installer/install-menu-perltk.pl b/Master/tlpkg/installer/install-menu-perltk.pl
index fdbfa388329..5786a299097 100644
--- a/Master/tlpkg/installer/install-menu-perltk.pl
+++ b/Master/tlpkg/installer/install-menu-perltk.pl
@@ -752,8 +752,8 @@ sub menu_select_symlink {
}
sub menu_select_binsystems {
- our $f2r;
- our $f2;
+ my $f2r;
+ my $f2;
my $sw = $mainwindow->Toplevel(-title => $labels{'binsys'});
$sw->transient($mainwindow);
$sw->grab();