summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/scripts/texlive/updmap.pl
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2017-04-27 16:46:42 +0000
committerKarl Berry <karl@freefriends.org>2017-04-27 16:46:42 +0000
commitc5dc164255a59b27826c5f2a445c009132a13b0e (patch)
tree0dd2e5e7aec8335b7c95698f9a74c5d9ab20b677 /Master/texmf-dist/scripts/texlive/updmap.pl
parenta2a03aa6230e0fdc8d5a7922f2c0c23c05915fe1 (diff)
wording, links
git-svn-id: svn://tug.org/texlive/trunk@44080 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/scripts/texlive/updmap.pl')
-rwxr-xr-xMaster/texmf-dist/scripts/texlive/updmap.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf-dist/scripts/texlive/updmap.pl b/Master/texmf-dist/scripts/texlive/updmap.pl
index 23774e4ea67..289ff44f30d 100755
--- a/Master/texmf-dist/scripts/texlive/updmap.pl
+++ b/Master/texmf-dist/scripts/texlive/updmap.pl
@@ -1479,8 +1479,8 @@ sub enable_disable_maps {
# allow for all lowercase map types (map/mixedmap/kanjimap)
$type =~ s/map$/Map/;
$type = ucfirst($type);
- # don't allow for map names containing /
- die "$prg: map files cannot be relative/absolute paths: $map\n" if ($map =~ m{/});
+ # don't allow map names containing /
+ die "$prg: map names cannot contain /: $map\n" if ($map =~ m{/});
enable_map($tc, $type, $map);
} else {
# this is --disable MapName