summaryrefslogtreecommitdiff
path: root/shells/pdksh
diff options
context:
space:
mode:
Diffstat (limited to 'shells/pdksh')
-rw-r--r--shells/pdksh/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/shells/pdksh/Makefile b/shells/pdksh/Makefile
index 93e1f86c3caf..a38e18e57a15 100644
--- a/shells/pdksh/Makefile
+++ b/shells/pdksh/Makefile
@@ -24,7 +24,7 @@ post-install:
@${ECHO} "Updating /etc/shells"
@${CP} /etc/shells /etc/shells.bak
@(${GREP} -v ${PREFIX}/bin/ksh /etc/shells.bak; \
- ${ECHO} ${PREFIX}/bin/ksh) > /etc/shells
+ ${ECHO_CMD} ${PREFIX}/bin/ksh) > /etc/shells
@${RM} /etc/shells.bak
.include <bsd.port.mk>