diff options
author | Donald Cooley <chytraeu@sdf.org> | 2017-02-17 12:06:46 +0000 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-02-17 21:52:10 +0000 |
commit | 3afe0aa044ea670d97a483270272d4f65dd06f7c (patch) | |
tree | 5009ff1ea72f4b5105e927e44867253e500f66c7 /system/dash/README | |
parent | 35d5bf2f3c2dc63260ba242dc610c6eaf7d250e4 (diff) |
system/dash: Updated for version 0.5.9.1.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'system/dash/README')
-rw-r--r-- | system/dash/README | 17 |
1 files changed, 4 insertions, 13 deletions
diff --git a/system/dash/README b/system/dash/README index 4daf9c0301f37..4f1ca583a5a5c 100644 --- a/system/dash/README +++ b/system/dash/README @@ -1,13 +1,4 @@ -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 +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. |