diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-06-25 22:26:26 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-06-25 22:26:26 +0000 |
commit | 030f6d6f83c5e876c8c4fe4cf4df20a8eeba08ab (patch) | |
tree | e5ced43adeca6b8c727caa36d47aa18581e93b26 /shells | |
parent | Update MD5 checksum to match new tarball. (diff) |
Rename "bash" to "bash1" (the actual port is already repository copied).
Requested by: chet@ins.CWRU.Edu
Notes
Notes:
svn path=/head/; revision=11530
Diffstat (limited to 'shells')
-rw-r--r-- | shells/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shells/Makefile b/shells/Makefile index c30018386888..fd0403ea7caa 100644 --- a/shells/Makefile +++ b/shells/Makefile @@ -1,7 +1,7 @@ -# $Id: Makefile,v 1.12 1997/01/02 07:01:10 asami Exp $ +# $Id: Makefile,v 1.13 1997/01/03 00:40:55 max Exp $ # - SUBDIR += bash + SUBDIR += bash1 SUBDIR += bash2 SUBDIR += es SUBDIR += scsh |