summaryrefslogtreecommitdiff
path: root/mail/postfix-current/pkg-install
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--mail/postfix-current/pkg-install2
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}