diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2009-11-21 13:17:19 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2009-11-21 13:17:19 +0800 |
commit | 68584fadcd33696738c316203eed71a362d482b4 (patch) | |
tree | 813f9ea8e3520cd5e6303e243d08bd128a4d684b /shells/Makefile | |
parent | a340bbb4f214c8faa7196af660d9f11f2468aba8 (diff) | |
download | freebsd-ports-gnome-68584fadcd33696738c316203eed71a362d482b4.tar.gz freebsd-ports-gnome-68584fadcd33696738c316203eed71a362d482b4.tar.zst freebsd-ports-gnome-68584fadcd33696738c316203eed71a362d482b4.zip |
DASH is a POSIX-compliant implementation of /bin/sh that aims to be as small as
possible. It does this without sacrificing speed where possible. In fact, it
is significantly faster than bash (the GNU Bourne-Again SHell) for most tasks.
WWW: http://gondor.apana.org.au/~herbert/dash/
PR: 140381
Submitted by: Eitan Adler <EitanAdlerList@gmail.com>
Diffstat (limited to 'shells/Makefile')
-rw-r--r-- | shells/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shells/Makefile b/shells/Makefile index 8bf61698169c..4045e15bb43a 100644 --- a/shells/Makefile +++ b/shells/Makefile @@ -12,6 +12,7 @@ SUBDIR += bashc SUBDIR += bush SUBDIR += ch + SUBDIR += dash SUBDIR += es SUBDIR += esh SUBDIR += fd |