diff options
Diffstat (limited to 'shells/pdksh/Makefile')
-rw-r--r-- | shells/pdksh/Makefile | 2 |
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> |