From ce8a35c318d2e984d3f085b0c76566f50e7d297e Mon Sep 17 00:00:00 2001 From: Guenter Knauf Date: Thu, 4 Apr 2013 00:23:58 +0200 Subject: [PATCH] Fixed version output. --- lib/mk-ca-bundle.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);