]> granicus.if.org Git - curl/commitdiff
mk-ca-bundle.pl: add missing $
authorDaniel Stenberg <daniel@haxx.se>
Wed, 13 Aug 2014 21:49:01 +0000 (23:49 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 13 Aug 2014 21:49:01 +0000 (23:49 +0200)
lib/mk-ca-bundle.pl

index 9c86cc208c90917ff2badc2a84a6cb3d3ebf9945..0485bafd6c3fe91209836de35f8254bca42686d4 100755 (executable)
@@ -211,7 +211,7 @@ sub sha1 {
     my ($txt)=@_;
     my $sha1 = `$openssl dgst -sha1 $txt | cut '-d ' -f2`;
     chomp $sha1;
-    return sha1;
+    return $sha1;
 }
 
 sub oldsha1 {