adium/adium

Fix oops.
adium-1.5.10.4 tip
2017-04-25, Robert Vehse
87b332204cf7
file isExecutable
Fix oops.
#!/usr/bin/ruby
if ARGV.length < 2
puts "Usage: ruby sign_update.rb update_archive private_key"
exit
end
puts `openssl dgst -sha1 -binary < "#{ARGV[0]}" | openssl dgst -dss1 -sign "#{ARGV[1]}" | openssl enc -base64`