diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-09-27 01:01:08 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-09-27 01:01:08 +0000 |
commit | f07f504808239f4dd6005f79bb145e49b4947c11 (patch) | |
tree | 7811629449e2414bae88ea387269ba55abd90884 /shells/esh | |
parent | a58129d3de9c98ef3845e22d350633da5e5e4a75 (diff) | |
download | ports-f07f504808239f4dd6005f79bb145e49b4947c11.tar.gz ports-f07f504808239f4dd6005f79bb145e49b4947c11.zip |
Notes
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 |