2007-01-13 22:45:00 +01:00
|
|
|
config BR2_PACKAGE_DASH
|
|
|
|
bool "dash"
|
2013-06-23 08:39:42 +02:00
|
|
|
depends on BR2_USE_MMU # fork()
|
2016-07-04 15:46:56 +02:00
|
|
|
depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
|
2007-01-13 22:45:00 +01:00
|
|
|
help
|
2017-12-18 09:21:05 +01:00
|
|
|
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.
|
2007-01-13 22:45:00 +01:00
|
|
|
|
|
|
|
http://gondor.apana.org.au/~herbert/dash
|