diff options
-rwxr-xr-x | Master/tlpkg/installer/install-tl-gui.tcl | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Master/tlpkg/installer/install-tl-gui.tcl b/Master/tlpkg/installer/install-tl-gui.tcl index 17d46eefa60..5545d31437a 100755 --- a/Master/tlpkg/installer/install-tl-gui.tcl +++ b/Master/tlpkg/installer/install-tl-gui.tcl @@ -56,7 +56,8 @@ set ::out_log {}; # list of strings set ::perlbin "perl" if {$::tcl_platform(platform) eq "windows"} { - set ::perlbin "${::instroot}/tlpkg/tlperl/bin/perl.exe" + # the batch wrapper should have put perl.exe on the searchpath + set ::perlbin "perl.exe" } # menu modes @@ -331,7 +332,7 @@ proc make_splash {} { -font bigfont] -in .bg ppack [ttk::label .loading -text [__ "Trying to load %s. -If this takes too long, press Abort and choose another repository." \ +If this takes too long, press Abort or choose another repository." \ $::prelocation]] -in .bg wm attributes . -topmost |