diff options
author | Norbert Preining <preining@logic.at> | 2008-01-16 15:10:27 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2008-01-16 15:10:27 +0000 |
commit | 3eaa06e9528352f0711448d92f1b7ab8504ee2e5 (patch) | |
tree | e373462ae2e1835089e871931adb7162b65fc73a /Master/install-tl.pl | |
parent | 0fb3d072f0c9c12fd5c9a1fc8ae960adb0312c3d (diff) |
setting various properties
git-svn-id: svn://tug.org/texlive/trunk@6263 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/install-tl.pl')
-rwxr-xr-x | Master/install-tl.pl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Master/install-tl.pl b/Master/install-tl.pl index d7eb272a72e..8f24bb00e24 100755 --- a/Master/install-tl.pl +++ b/Master/install-tl.pl @@ -8,7 +8,9 @@ # or any later version. # -my $::installerrevision = '$Revision$' +my $svnrev = '$Revision$'; +$svnrev =~ m/: ([0-9]+) /; +$::installerrevision = $1; # is now taken from 00texlive.config: release, $tlpdb->config_release; our $texlive_release; |