From a8e7bd16c02b6056a0205c8c3f1dae610baba4f8 Mon Sep 17 00:00:00 2001 From: Kirill Ponomarev Date: Tue, 5 Apr 2005 09:56:41 +0000 Subject: Update to 2.3-20050401 PR: ports/79454 Submitted by: maintainer --- mail/postfix-current/pkg-install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mail/postfix-current/pkg-install') 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} -- cgit v1.2.3