summaryrefslogtreecommitdiff
path: root/shells/esh/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'shells/esh/Makefile')
-rw-r--r--shells/esh/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/shells/esh/Makefile b/shells/esh/Makefile
index 1885a2945415..394b3de02c87 100644
--- a/shells/esh/Makefile
+++ b/shells/esh/Makefile
@@ -20,7 +20,7 @@ do-install:
@${ECHO} "updating /etc/shells"
@${CP} /etc/shells /etc/shells.bak
@(${GREP} -v ${PREFIX}/bin/esh /etc/shells.bak; \
- ${ECHO} ${PREFIX}/bin/esh) > /etc/shells
+ ${ECHO_CMD} ${PREFIX}/bin/esh) > /etc/shells
@${RM} /etc/shells.bak
.if !defined(NOPORTDOCS)
${INSTALL_DATA} ${WRKSRC}/doc/esh.info ${PREFIX}/info/esh.info