From: Daniel Stenberg Date: Wed, 13 Aug 2014 21:49:01 +0000 (+0200) Subject: mk-ca-bundle.pl: add missing $ X-Git-Tag: curl-7_38_0~103 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=076c0ab68368d267713a0079b9509253715201da;p=thirdparty%2Fcurl.git mk-ca-bundle.pl: add missing $ --- diff --git a/lib/mk-ca-bundle.pl b/lib/mk-ca-bundle.pl index 9c86cc208c..0485bafd6c 100755 --- a/lib/mk-ca-bundle.pl +++ b/lib/mk-ca-bundle.pl @@ -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 {