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