aboutsummaryrefslogtreecommitdiffstats
path: root/shells/bash2
diff options
context:
space:
mode:
authormharo <mharo@FreeBSD.org>1999-08-28 06:30:39 +0800
committermharo <mharo@FreeBSD.org>1999-08-28 06:30:39 +0800
commitc703665fd61c774a392a6785e6b1c49569072bf1 (patch)
treefadaf059519c61c85fed9e8be59d5c262720f5d3 /shells/bash2
parentb6234e33d2dcb7767ac29adb112187db9036c665 (diff)
downloadfreebsd-ports-gnome-c703665fd61c774a392a6785e6b1c49569072bf1.tar.gz
freebsd-ports-gnome-c703665fd61c774a392a6785e6b1c49569072bf1.tar.zst
freebsd-ports-gnome-c703665fd61c774a392a6785e6b1c49569072bf1.zip
echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuff
to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE}
Diffstat (limited to 'shells/bash2')
-rw-r--r--shells/bash2/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/shells/bash2/Makefile b/shells/bash2/Makefile
index 211c8940b7a2..5bc80cba4ba5 100644
--- a/shells/bash2/Makefile
+++ b/shells/bash2/Makefile
@@ -3,7 +3,7 @@
# Date created: 21 August 1994
# Whom: jkh
#
-# $Id: Makefile,v 1.35 1999/05/28 05:16:08 ache Exp $
+# $Id: Makefile,v 1.36 1999/06/05 22:31:47 mharo Exp $
#
DISTNAME= bash-2.03
@@ -23,7 +23,7 @@ MAN1= bash.1 bashbug.1
post-install:
${CP} /etc/shells /etc/shells.bak
- (${GREP} -v ${PREFIX}/bin/bash /etc/shells.bak; echo ${PREFIX}/bin/bash) >/etc/shells
+ (${GREP} -v ${PREFIX}/bin/bash /etc/shells.bak; ${ECHO} ${PREFIX}/bin/bash) >/etc/shells
${RM} /etc/shells.bak
.if !defined(NOPORTDOCS)
${MKDIR} ${PREFIX}/share/doc/bash