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:
parent
ef3353b0da
commit
76def20019
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=280039
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user