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