Skip to content

Commit

Permalink
Merge pull request sparkle-project#126 from dmdeller/patch-1
Browse files Browse the repository at this point in the history
OpenSSL path should be globally replaced, right?
  • Loading branch information
andymatuschak committed Dec 19, 2011
2 parents 290f64f + 5cd98c5 commit 7e05e97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sign_update.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
exit
end
openssl = "/usr/bin/openssl"
puts `#{openssl} dgst -sha1 -binary < "#{ARGV[0]}" | openssl dgst -dss1 -sign "#{ARGV[1]}" | openssl enc -base64`
puts `#{openssl} dgst -sha1 -binary < "#{ARGV[0]}" | #{openssl} dgst -dss1 -sign "#{ARGV[1]}" | #{openssl} enc -base64`

0 comments on commit 7e05e97

Please sign in to comment.