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