From 741e28962324d2a5a250632341fbe475dc9e200b Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Mon, 12 Oct 2020 20:52:37 -0400 Subject: [PATCH] development/bashdb: Fix README. Signed-off-by: B. Watson Signed-off-by: Willy Sudiarto Raharjo --- development/bashdb/README | 10 ++++++---- 1 file 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.