diff options
Diffstat (limited to 'shells/esh')
-rw-r--r-- | shells/esh/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shells/esh/Makefile b/shells/esh/Makefile index 487a5ae105d2..ba96404580ed 100644 --- a/shells/esh/Makefile +++ b/shells/esh/Makefile @@ -22,7 +22,7 @@ pre-build: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/esh ${PREFIX}/bin/esh - @${ECHO} "updating /etc/shells" + @${ECHO_MSG} "updating /etc/shells" @${CP} /etc/shells /etc/shells.bak @(${GREP} -v ${PREFIX}/bin/esh /etc/shells.bak; \ ${ECHO_CMD} ${PREFIX}/bin/esh) > /etc/shells |