diff options
author | mharo <mharo@FreeBSD.org> | 1999-08-28 10:42:41 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 1999-08-28 10:42:41 +0800 |
commit | 54a9de1bc46c49543c5fc07b6128d0f18b5c4023 (patch) | |
tree | 63ca8b1b366b8d64e4d645959252f91f9d55ab5f /mail/qmail | |
parent | 929e461fb30940a507219f54c08472fb7347d37a (diff) | |
download | freebsd-ports-gnome-54a9de1bc46c49543c5fc07b6128d0f18b5c4023.tar.gz freebsd-ports-gnome-54a9de1bc46c49543c5fc07b6128d0f18b5c4023.tar.zst freebsd-ports-gnome-54a9de1bc46c49543c5fc07b6128d0f18b5c4023.zip |
expr -> ${EXPR}
mv -> ${MV}
rm -> ${RM}
tr -> ${TR}
Diffstat (limited to 'mail/qmail')
-rw-r--r-- | mail/qmail/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/qmail/Makefile b/mail/qmail/Makefile index 05f4bf3b1798..56ba622d4214 100644 --- a/mail/qmail/Makefile +++ b/mail/qmail/Makefile @@ -138,7 +138,7 @@ thereal-post-patch: if [ `dirname $i` != ${FILESDIR} ] ; \ then \ ${CP} $i.sh $i.sh.orig; \ - (head -c `expr \`ls -l $i.sh.orig \ + (head -c `${EXPR} \`ls -l $i.sh.orig \ | ${AWK} '{print $$5}'\` - 1` $i.sh.orig ; ${ECHO} '&') \ > $i.sh ; \ fi |