mirror of
https://github.com/opnsense/src.git
synced 2026-02-11 23:06:12 -05:00
Also change one case of blatant __progname abuse (several more remain)
This commit does not touch anything in src/{contrib,crypto,gnu}/.
|
||
|---|---|---|
| .. | ||
| Makefile | ||
| msh.1 | ||
| README | ||
| sh.h | ||
| sh1.c | ||
| sh2.c | ||
| sh3.c | ||
| sh4.c | ||
| sh5.c | ||
| sh6.c | ||
This is a port of Minix /bin/sh shell. It's quite limited, but also quite small. One of most serious limitations is lack of support for user-defined functions. Also, globbing should be implemented with our glob(3) - the version in sh4.c is rather primitive. This version is under BSD license. Andrzej Bialecki <abial@FreeBSD.org> $Id$