From 7af7021e141e0d8f197e16bb6d51f73612557749 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Thu, 18 Jun 2009 06:43:26 +0000 Subject: offer TeX Works installation only on Windows git-svn-id: svn://tug.org/texlive/trunk@13805 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/installer/install-menu-text.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Master/tlpkg/installer/install-menu-text.pl') diff --git a/Master/tlpkg/installer/install-menu-text.pl b/Master/tlpkg/installer/install-menu-text.pl index bec29497c9d..20d98b0cd93 100755 --- a/Master/tlpkg/installer/install-menu-text.pl +++ b/Master/tlpkg/installer/install-menu-text.pl @@ -748,8 +748,8 @@ EOF # if we are admin we allow normal user installation, too print " make installation available to all users: $b_admin\n"; } + print " install TeX Works editor: $b_addoneditor\n"; } - print " install TeX Works editor: $b_addoneditor\n"; } other_options qw(R Q diskspace); my $answer = prompt 'Enter command'; @@ -824,7 +824,7 @@ EOF } elsif (defined $command{"\u$answer"}) { return $command{"\u$answer"}; - } elsif ("\u$answer" eq 'E') { + } elsif (("\u$answer" eq 'E') && win32()) { toggle 'addon_editor'; return $command{'self'}; -- cgit v1.2.3