aboutsummaryrefslogtreecommitdiffstats
path: root/iurt2
diff options
context:
space:
mode:
authorPascal Terjan <pterjan@mageia.org>2012-03-17 23:46:30 +0000
committerPascal Terjan <pterjan@mageia.org>2012-03-17 23:46:30 +0000
commitb1a4966c165963b91436bcce74d7d5d69b4aa510 (patch)
tree5a7ea28e6c1e0602a39dc49f6701eeb52926f760 /iurt2
parentd8130bde149ad6846f5829d8d733fc49d9690733 (diff)
downloadiurt-b1a4966c165963b91436bcce74d7d5d69b4aa510.tar
iurt-b1a4966c165963b91436bcce74d7d5d69b4aa510.tar.gz
iurt-b1a4966c165963b91436bcce74d7d5d69b4aa510.tar.bz2
iurt-b1a4966c165963b91436bcce74d7d5d69b4aa510.tar.xz
iurt-b1a4966c165963b91436bcce74d7d5d69b4aa510.zip
Set svn:keywords to used keywords
Diffstat (limited to 'iurt2')
-rwxr-xr-xiurt26
1 files changed, 3 insertions, 3 deletions
diff --git a/iurt2 b/iurt2
index 91c3056..95418bb 100755
--- a/iurt2
+++ b/iurt2
@@ -358,9 +358,9 @@ plog_init($program_name, $run{logfd}||$LOG, 7, 1); # For parsing command line
# Display version information
#
-(my $iurt_rev = '$Rev: 271258 $') =~ s/.*: (\d+).*/$1/;
-(my $iurt_aut = '$Author: blino $') =~ s/.*: (..).*/$1/;
-(my $iurt_dat = '$Date: 2010-10-31 23:10:12 +0100 (Sun, 31 Oct 2010) $')
+(my $iurt_rev = '$Rev$') =~ s/.*: (\d+).*/$1/;
+(my $iurt_aut = '$Author$') =~ s/.*: (..).*/$1/;
+(my $iurt_dat = '$Date$')
=~ s/.*: ([\d-]* [\d:]*) .*/$1/;
plog("MSG", "This is iurt2 revision $iurt_rev-$iurt_aut ($iurt_dat)");