diff options
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 |
commit | 741e28962324d2a5a250632341fbe475dc9e200b (patch) | |
tree | cc9aebbe009f04eb1af0121c8acfa00687964bf3 /development/bashdb | |
parent | 7b73f0e885ba64eb839424888f7b5ed2de1e536f (diff) |
development/bashdb: Fix README.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/bashdb')
-rw-r--r-- | development/bashdb/README | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/development/bashdb/README b/development/bashdb/README index 5cba21da87547..b3f1cf5dbaa50 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. |