aboutsummaryrefslogtreecommitdiff
path: root/system/dash/README
diff options
context:
space:
mode:
authorJohn Vogel <jvogel4@stny.rr.com>2015-08-09 00:02:42 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2015-08-09 23:03:27 +0700
commit4f2c7ddfcac03c32546c65f49f67c27461108e85 (patch)
treee1d883882ef7eb75aef58ee4fd8ab99b3df4b559 /system/dash/README
parent0109484690abd3ab96e67a1466ac03273792bbb2 (diff)
downloadslackbuilds-4f2c7ddfcac03c32546c65f49f67c27461108e85.tar.xz
system/dash: Updated for version 0.5.8 + new maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/dash/README')
-rw-r--r--system/dash/README11
1 files changed, 10 insertions, 1 deletions
diff --git a/system/dash/README b/system/dash/README
index c41d3417a6ba..4daf9c0301f3 100644
--- a/system/dash/README
+++ b/system/dash/README
@@ -1,4 +1,13 @@
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.
+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