diff options
Diffstat (limited to 'plugins-scripts/t')
0 files changed, 0 insertions, 0 deletions
diff --git a/plugins-scripts/utils.pm.in b/plugins-scripts/utils.pm.in index d68f309..08776f1 100644 --- a/plugins-scripts/utils.pm.in +++ b/plugins-scripts/utils.pm.in | |||
@@ -34,7 +34,7 @@ sub print_revision ($$) { | |||
34 | my $pluginRevision = shift; | 34 | my $pluginRevision = shift; |
35 | $pluginRevision =~ s/^\$Revision: //; | 35 | $pluginRevision =~ s/^\$Revision: //; |
36 | $pluginRevision =~ s/ \$\s*$//; | 36 | $pluginRevision =~ s/ \$\s*$//; |
37 | print "$commandName (@PACKAGE@ @VERSION@) $pluginRevision\n"; | 37 | print "$commandName v$pluginRevision (@PACKAGE@ @VERSION@)\n"; |
38 | print "@WARRANTY@"; | 38 | print "@WARRANTY@"; |
39 | } | 39 | } |
40 | 40 | ||