]> granicus.if.org Git - curl/commitdiff
Fixed version output.
authorGuenter Knauf <lists@gknw.net>
Wed, 3 Apr 2013 22:23:58 +0000 (00:23 +0200)
committerGuenter Knauf <lists@gknw.net>
Wed, 3 Apr 2013 22:23:58 +0000 (00:23 +0200)
lib/mk-ca-bundle.pl

index 230ba4df93c19b5b5b3ea3e8075708ec3be4a48d..b7ab1a1bf07a8dae4b0c2f25c2e9bacaef43194d 100755 (executable)
@@ -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);