From 076c0ab68368d267713a0079b9509253715201da Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 13 Aug 2014 23:49:01 +0200 Subject: [PATCH] mk-ca-bundle.pl: add missing $ --- 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 9c86cc208..0485bafd6 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 {