diff options
author | RĂ¼diger Timm <rt@openoffice.org> | 2008-12-08 13:29:09 +0000 |
---|---|---|
committer | RĂ¼diger Timm <rt@openoffice.org> | 2008-12-08 13:29:09 +0000 |
commit | 3bb88621d3a61d700c50487fc79ebba066e57c63 (patch) | |
tree | 4fb4aefda9b836211d5dc9c81504a4adb71f65db /postprocess/signing | |
parent | 710b6200c9a051aca5bc11d3bd5c2c99f084b7de (diff) |
CWS-TOOLING: integrate CWS rt35
2008-12-02 08:25:35 +0100 rt r264658 : Do not print useless outdated version info.
checkdeliver: store errors to file to ease later analysis.
2008-12-01 17:40:03 +0100 rt r264622 : #i96749# Only copy when file exists
2008-12-01 15:28:07 +0100 rt r264610 : #i96749# Avoid collisions when creating zip archive of files delivered into common tree.
2008-11-28 13:20:52 +0100 rt r264545 : #i90846# Old 'cmake' makefile, must be obsolete since ages.
2008-11-28 13:18:12 +0100 rt r264544 : #i90846# Remove old StarDivision copyright notices.
Diffstat (limited to 'postprocess/signing')
-rw-r--r-- | postprocess/signing/signing.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/postprocess/signing/signing.pl b/postprocess/signing/signing.pl index 03bbbc4fb592..a2703f80d225 100644 --- a/postprocess/signing/signing.pl +++ b/postprocess/signing/signing.pl @@ -77,10 +77,10 @@ sub script_id ( my $script_name = $0 ) =~ s/^.*[\\\/]([\w\.]+)$/$1/; my $script_rev; - my $id_str = ' $Revision: 1.3 $ '; + my $id_str = ' $Revision$ '; $id_str =~ /Revision:\s+(\S+)\s+\$/ ? ($script_rev = $1) : ($script_rev = "-"); - print "\n$script_name -- version: $script_rev\n"; +# print "\n$script_name -- version: $script_rev\n"; return $script_name; } |