aboutsummaryrefslogtreecommitdiffstats
path: root/shells/pash
Commit message (Collapse)AuthorAgeFilesLines
* Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;knu2002-01-291-1/+1
| | | | | | the ECHO macro is set to "echo" by default, but it is set to "true" if make(1) is invoked with the -s option while ECHO_CMD is always set to the echo command.
* Massive style enforcement - use ^I instead of spaces for variables identation.sobomax2001-01-171-8/+8
|
* Add pash 2.2, a full-screen shell, similar to Midnight Commander. Somewill2000-12-3112-0/+446
patches were included to fix various bugs (including what I believe are potential overflow bugs involving gets()). PR: 23949 Submitted by: George Reid <greid@ukug.uk.freebsd.org>