X-Git-Url: https://codewiz.org/gitweb?p=monkeysphere.git;a=blobdiff_plain;f=src%2Fshare%2Fmh%2Fadd_revoker;h=89e6fcf03210bc6d83da36b883b01a2d7b947f1e;hp=c83cb24e3cff294a1ca8e3594b27332c63f7bbd3;hb=f3a03d72bc9c01491fc1cfccdbcef353db058548;hpb=ba3ca3e10f4975510dfeedcb6dfe8e2374ca3097 diff --git a/src/share/mh/add_revoker b/src/share/mh/add_revoker index c83cb24..89e6fcf 100644 --- a/src/share/mh/add_revoker +++ b/src/share/mh/add_revoker @@ -90,8 +90,8 @@ EOF su_monkeysphere_user "GNUPGHOME=$tmpDir gpg --fingerprint 0x${fingerprint}!" if [ "$PROMPT" = "true" ] ; then - read -p "Are you sure you want to add the above key as a revoker -of the host key? (Y/n) " OK; OK=${OK:-Y} + printf "Are you sure you want to add the above key as a revoker\nof the host key? (Y/n) " >&2 + read OK; OK=${OK:-Y} if [ "${OK/y/Y}" != 'Y' ] ; then failure "revoker not added." fi