aboutsummaryrefslogtreecommitdiff
path: root/lib/mk-ca-bundle.pl
diff options
context:
space:
mode:
authorGuenter Knauf <lists@gknw.net>2013-04-04 00:23:58 +0200
committerGuenter Knauf <lists@gknw.net>2013-04-04 00:23:58 +0200
commitce8a35c318d2e984d3f085b0c76566f50e7d297e (patch)
treefc168425823f640c0b459e54036b50da52bdc4e0 /lib/mk-ca-bundle.pl
parentc3fa3aaf2c6eec347e9a45aa58a0503894161730 (diff)
Fixed version output.
Diffstat (limited to 'lib/mk-ca-bundle.pl')
-rwxr-xr-xlib/mk-ca-bundle.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mk-ca-bundle.pl b/lib/mk-ca-bundle.pl
index 230ba4df9..b7ab1a1bf 100755
--- a/lib/mk-ca-bundle.pl
+++ b/lib/mk-ca-bundle.pl
@@ -76,7 +76,7 @@ sub HELP_MESSAGE() {
}
sub VERSION_MESSAGE() {
- print "${0} version ${version} running on Perl ${]} on ${^O}\n";
+ print "${0} version ${version} running Perl ${]} on ${^O}\n";
}
HELP_MESSAGE() if ($opt_h);