diff options
author | Karl Berry <karl@freefriends.org> | 2009-08-17 00:13:30 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-08-17 00:13:30 +0000 |
commit | abea9ec91b7cb3be4b1722cf01a48921e7382da2 (patch) | |
tree | 6e3dedba45d0ecf9c909113c0663d428628d635a /Master/tlpkg | |
parent | 5c6ea4a0094aa7ffa4afc10d176ff037211861f0 (diff) |
\\ in string
git-svn-id: svn://tug.org/texlive/trunk@14717 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-x | Master/tlpkg/installer/install-menu-text.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/installer/install-menu-text.pl b/Master/tlpkg/installer/install-menu-text.pl index a670ce4de3c..1537bdedacb 100755 --- a/Master/tlpkg/installer/install-menu-text.pl +++ b/Master/tlpkg/installer/install-menu-text.pl @@ -984,7 +984,7 @@ print <<"EOF"; <O> options: $b_letter use letter size instead of A4 by default $b_fmt create all format files - $b_restricted allow execution of restricted list of programs via \write18 + $b_restricted allow execution of restricted list of programs via \\write18 EOF if (!$vars{'from_dvd'}) { |