summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2020-10-12 20:52:37 -0400
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2020-10-17 09:38:52 +0700
commit741e28962324d2a5a250632341fbe475dc9e200b (patch)
treecc9aebbe009f04eb1af0121c8acfa00687964bf3
parent7b73f0e885ba64eb839424888f7b5ed2de1e536f (diff)
downloadslackbuilds-741e28962324d2a5a250632341fbe475dc9e200b.tar.gz
slackbuilds-741e28962324d2a5a250632341fbe475dc9e200b.tar.xz
development/bashdb: Fix README.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--development/bashdb/README10
1 files changed, 6 insertions, 4 deletions
diff --git a/development/bashdb/README b/development/bashdb/README
index 5cba21da87..b3f1cf5dba 100644
--- a/development/bashdb/README
+++ b/development/bashdb/README
@@ -1,5 +1,7 @@
-The BASH Debugger Project contains the most comprehensive source-code debugger
-for bash that has been written. It has a similar command interface as gdb.
+The BASH Debugger Project contains the most comprehensive source-code
+debugger for bash that has been written. It has a similar command
+interface as gdb.
-Read the INSTALL file in the source directory for instructions if you wish to
-enable readarray support. readarray speeds up initial loading of large scripts.
+Read the INSTALL file in the source directory for instructions if you
+wish to enable readarray support. readarray speeds up initial loading
+of large scripts.