summaryrefslogtreecommitdiff
path: root/Master/tlpkg/TeXLive/TLPSRC.pm
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2009-08-06 13:20:26 +0000
committerNorbert Preining <preining@logic.at>2009-08-06 13:20:26 +0000
commit90f839e6a47694f378b93a313c51c4f91826b977 (patch)
treedca455dfb5da8545837c723418fb1add2d111d88 /Master/tlpkg/TeXLive/TLPSRC.pm
parentae1173ec6fdb5824665e5f5917f725549147df85 (diff)
expand Revision property on all those file
git-svn-id: svn://tug.org/texlive/trunk@14553 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/TeXLive/TLPSRC.pm')
-rw-r--r--Master/tlpkg/TeXLive/TLPSRC.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/TeXLive/TLPSRC.pm b/Master/tlpkg/TeXLive/TLPSRC.pm
index 3bf13e20e51..462d2ddf10b 100644
--- a/Master/tlpkg/TeXLive/TLPSRC.pm
+++ b/Master/tlpkg/TeXLive/TLPSRC.pm
@@ -16,7 +16,7 @@ use TeXLive::TLTREE;
my $_tmp;
my %autopatterns; # computed once internally
-my $svnrev = '$Revision: 14408 $';
+my $svnrev = '$Revision$';
my $_modulerevision;
if ($svnrev =~ m/: ([0-9]+) /) {
$_modulerevision = $1;