summaryrefslogtreecommitdiffstats
path: root/system/dash/README
diff options
context:
space:
mode:
author Donald Cooley2017-02-17 13:06:46 +0100
committer David Spencer2017-02-17 22:52:10 +0100
commit3afe0aa044ea670d97a483270272d4f65dd06f7c (patch)
tree5009ff1ea72f4b5105e927e44867253e500f66c7 /system/dash/README
parent35d5bf2f3c2dc63260ba242dc610c6eaf7d250e4 (diff)
downloadslackbuilds-3afe0aa044ea670d97a483270272d4f65dd06f7c.tar.gz
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/README17
1 files changed, 4 insertions, 13 deletions
diff --git a/system/dash/README b/system/dash/README
index 4daf9c0301..4f1ca583a5 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.