aboutsummaryrefslogtreecommitdiffstats
path: root/shells/dash
Commit message (Collapse)AuthorAgeFilesLines
* Update to 0.5.6.1makc2010-10-022-4/+4
| | | | | PR: ports/150956 Submitted by: Eitan Adler (maintainer)
* - Update to 0.5.6sylvio2010-05-292-5/+5
| | | | | PR: ports146866 Submitted by: Eitan Adler <lists@eitanadler.com>
* DASH is a POSIX-compliant implementation of /bin/sh that aims to be as small asamdmi32009-11-213-0/+35
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>