diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2005-04-05 09:56:41 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2005-04-05 09:56:41 +0000 |
commit | a8e7bd16c02b6056a0205c8c3f1dae610baba4f8 (patch) | |
tree | 0e7f711c61111606149737970f4b176e47cf8668 /mail/postfix-current/pkg-install | |
parent | Update to version 3.3.0 (diff) |
Update to 2.3-20050401
PR: ports/79454
Submitted by: maintainer
Diffstat (limited to '')
-rw-r--r-- | mail/postfix-current/pkg-install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/postfix-current/pkg-install b/mail/postfix-current/pkg-install index dfddc1b412ed..73fca798b090 100644 --- a/mail/postfix-current/pkg-install +++ b/mail/postfix-current/pkg-install @@ -29,7 +29,7 @@ ask() { question=$1 default=$2 if [ -z "${PACKAGE_BUILDING}" -a x${BATCH} = xno ]; then - /usr/bin/read -p "${question} [${default}]? " answer + read -p "${question} [${default}]? " answer fi if [ x${answer} = x ]; then answer=${default} |