more replacement of read -p with printf; read (re #446)
[monkeysphere.git] / src / share / common
index bd887d39b410d333badc6048b08d5e777322ce4b..c88857e44adabca90d57bb02358bcce92d16f67d 100644 (file)
@@ -291,7 +291,8 @@ Please specify how long the key should be valid.
       <n>y = key expires in n years
 EOF
        while [ -z "$keyExpire" ] ; do
-           read -p "Key is valid for? (0) " keyExpire
+           printf "Key is valid for? (0) " >&2
+           read keyExpire
            if ! test_gpg_expire ${keyExpire:=0} ; then
                echo "invalid value" >&2
                unset keyExpire