summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2009-11-18 03:54:16 +0000
committerNorbert Preining <preining@logic.at>2009-11-18 03:54:16 +0000
commita5201d5f8e0880143756513c42537aecc4e98814 (patch)
tree4a2ab72bb32e869eee65c4bbbb41e3819107b429 /Master
parent17ee36c1805fbbbd8174c38c36b78de954114f3b (diff)
remove some strange UTF8 spaces and use normal ascii spaces
git-svn-id: svn://tug.org/texlive/trunk@16062 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-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 7ef87afaf17..8d6d76e9afe 100755
--- a/Master/texmf/scripts/texlive/tlmgr.pl
+++ b/Master/texmf/scripts/texlive/tlmgr.pl
@@ -3343,7 +3343,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-';
@@ -3371,7 +3371,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
#