This commit is contained in:
Daiki Ueno 2006-10-20 02:31:21 +00:00
Родитель d444d4c162
Коммит 5311e8180c
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -20,7 +20,7 @@ require 'gpgme'
# end
unless ENV['GNUPGHOME']
$stderr.write('As GNUPGHOME is not set, the generate key pair will be stored into *your* keyring. Really proceed? (y/N) ')
$stderr.write('As GNUPGHOME is not set, the generated key pair will be stored into *your* keyring. Really proceed? (y/N) ')
$stderr.flush
exit(1) unless gets.chomp == 'y'
end