X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=src%2Fshare%2Fmh%2Fset_expire;h=9889e76e62bb28391bd83d3de0c654f9a853550e;hb=0e288e3ce07ff84830aeaa414191666fad55db6b;hp=63e5c5546addad6feb04356f3d29f81d9de488e8;hpb=4465c13b93d3d4bc1cb59c5506775b4fc0274058;p=monkeysphere.git diff --git a/src/share/mh/set_expire b/src/share/mh/set_expire index 63e5c55..9889e76 100644 --- a/src/share/mh/set_expire +++ b/src/share/mh/set_expire @@ -22,7 +22,8 @@ local extendTo extendTo=$(get_gpg_expiration "$1") if [ "$PROMPT" = "true" ] ; then - read -p "Are you sure you want to change the expiration on the host key to '$extendTo'? (Y/n) " OK; OK=${OK:-Y} + printf "Are you sure you want to change the expiration on the host key to '%s'? (Y/n) " "$extendTo" >&2 + read OK; OK=${OK:-Y} if [ "${OK/y/Y}" != 'Y' ] ; then failure "expiration not set." fi @@ -40,7 +41,7 @@ EOF update_gpg_pub_file -cat <