mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
4f2c7ddfca
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
13 lines
475 B
Text
13 lines
475 B
Text
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.
|
|
|
|
To patch in fixes from current git, add 'USE_GIT_PATCH=yes' to the command
|
|
line when building, like this:
|
|
|
|
# USE_GIT_PATCH=yes sh dash.Slackbuild
|
|
|
|
or, if you use fakeroot to build:
|
|
|
|
$ fakeroot env USE_GIT_PATCH=yes sh dash.SlackBuild
|