Skip to content

Commit

Permalink
Merge branch 'master' of github.com:andymatuschak/Sparkle
Browse files Browse the repository at this point in the history
  • Loading branch information
andymatuschak committed Jan 6, 2012
2 parents 5ef6c64 + 7e05e97 commit cf1b167
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 cf1b167

Please sign in to comment.