diff options
author | Guenter Knauf <lists@gknw.net> | 2013-04-04 00:23:58 +0200 |
---|---|---|
committer | Guenter Knauf <lists@gknw.net> | 2013-04-04 00:23:58 +0200 |
commit | ce8a35c318d2e984d3f085b0c76566f50e7d297e (patch) | |
tree | fc168425823f640c0b459e54036b50da52bdc4e0 /lib | |
parent | c3fa3aaf2c6eec347e9a45aa58a0503894161730 (diff) | |
download | curl-ce8a35c318d2e984d3f085b0c76566f50e7d297e.tar.gz |
Fixed version output.
Diffstat (limited to 'lib')
-rwxr-xr-x | lib/mk-ca-bundle.pl | 2 |
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); |