1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-17 08:01:36 +00:00

${ECHO} should have been ${ECHO_CMD}

Reported by:	<ttsestt@gmail.com>
Pointyhat to:	flo (who really needs some sleep)
This commit is contained in:
Florian Smeets 2011-08-20 00:09:08 +00:00
parent ef3353b0da
commit 76def20019
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=280039

View File

@ -901,7 +901,7 @@ gecko-do-install:
.if (${OSVERSION} < 800081 )
# XXX: make sure bsdtar(1) corrected symlinks
${FIND} ${FAKEDIR} -type l -exec \
${ECHO} stat -f \'${LN} -hfs \"%Y\" \"%N\"\' {} + | \
${ECHO_CMD} stat -f \'${LN} -hfs \"%Y\" \"%N\"\' {} + | \
${SED} s'|${FAKEDIR}|${PREFIX}|g' | ${SH} | \
${SED} -n s'|${FAKEDIR}|${PREFIX}|p' | ${SH} -x
.endif