summaryrefslogtreecommitdiff
path: root/Master/texmf
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-06-24 01:03:11 +0000
committerKarl Berry <karl@freefriends.org>2009-06-24 01:03:11 +0000
commit7b42659427a3d466928adf580efbc02e3be20a5b (patch)
treed54f37af5b145acb282fbd2bd1c2938c2eee72af /Master/texmf
parent574a5480b543c3d5a0f3735e75b2fe81d751fa0e (diff)
remove unicode garbage
git-svn-id: svn://tug.org/texlive/trunk@13929 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf')
-rwxr-xr-xMaster/texmf/scripts/texlive/tlmgr.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf/scripts/texlive/tlmgr.pl b/Master/texmf/scripts/texlive/tlmgr.pl
index e38f626c0d4..2e8ed2e2454 100755
--- a/Master/texmf/scripts/texlive/tlmgr.pl
+++ b/Master/texmf/scripts/texlive/tlmgr.pl
@@ -2614,7 +2614,7 @@ sub check_files {
# Check there are no duplicated runtimes files
sub check_runfiles {
my $Master = $localtlpdb->root;
- # build a list of all runtime files associated to 'normal' packages
+ # build a list of all runtime files associated to 'normal' packages
#
(my $non_normal = `ls $Master/bin`) =~ s/\n/\$|/g; # binaries
$non_normal .= '^0+texlive|^bin-|^collection-|^scheme-|^texlive-';
@@ -2637,7 +2637,7 @@ sub check_runfiles {
}
shift @duplicates; # get rid of the fake 1st value
- # @duplicates = ('8r-base.map', 'aer.sty', 'lm-ec.map'); # for debugging
+ # @duplicates = ('8r-base.map', 'aer.sty', 'lm-ec.map'); # for debugging
# check if duplicates are different files
#