diff options
author | Norbert Preining <preining@logic.at> | 2012-05-14 14:45:21 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2012-05-14 14:45:21 +0000 |
commit | 89582b722ca718505b7e1f95e48292dac6396d13 (patch) | |
tree | ceb023776a6729dc5dc038a237b05acf1a1e8eed /Master | |
parent | 5ee267d397954c9586cc4b61568d07e2ec6bc318 (diff) |
remove svn property from Master updmap.pl
git-svn-id: svn://tug.org/texlive/trunk@26366 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rwxr-xr-x | Master/texmf/scripts/texlive/updmap.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf/scripts/texlive/updmap.pl b/Master/texmf/scripts/texlive/updmap.pl index 765c2c6e3a7..dbf83a2aad5 100755 --- a/Master/texmf/scripts/texlive/updmap.pl +++ b/Master/texmf/scripts/texlive/updmap.pl @@ -1,6 +1,6 @@ #!/usr/bin/env perl # mupdmap: utility to maintain map files for outline fonts. -# $Id$ +# $Id: updmap.pl 26362 2012-05-14 09:46:53Z preining $ # # Copyright 2011, 2012 Norbert Preining # This file is licensed under the GNU General Public License version 2 @@ -34,7 +34,7 @@ BEGIN { } -my $version = '$Id$'; +my $version = '$Id: updmap.pl 26362 2012-05-14 09:46:53Z preining $'; use Getopt::Long qw(:config no_autoabbrev ignore_case_always); use strict; |