adium/adium

file isExecutable
Remove the reselection of contacts in the contact list on reloadData; it doesn't work anymore and probably causes #16119.

Refs #16119
#!/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`