summaryrefslogtreecommitdiffstats
path: root/development/bashdb/README
diff options
context:
space:
mode:
author Erik Hanson <erik@slackbuilds.org>2010-05-11 19:44:12 +0200
committer Robby Workman <rworkman@slackbuilds.org>2010-05-11 19:44:12 +0200
commit624d1b494ef31afcf81fe5a7ca05355e58dab4e0 (patch)
tree2f93f32dc27bebe89727b83c6cc84ef458e2a28f /development/bashdb/README
parent0746f5ee03bcb033e731c9e1956e51ac368f7b4f (diff)
downloadslackbuilds-624d1b494ef31afcf81fe5a7ca05355e58dab4e0.tar.gz
slackbuilds-624d1b494ef31afcf81fe5a7ca05355e58dab4e0.tar.xz
development/bashdb: Updated for version 3.1_0.09
Diffstat (limited to 'development/bashdb/README')
-rw-r--r--development/bashdb/README3
1 files changed, 1 insertions, 2 deletions
diff --git a/development/bashdb/README b/development/bashdb/README
index b07c443765..75c9af91a7 100644
--- a/development/bashdb/README
+++ b/development/bashdb/README
@@ -5,10 +5,9 @@ The purpose of the BASH debugger is to help you catch bugs in the act:
* Start your script, specifying anything that might affect its behavior.
* Make your script stop on specified conditions.
- * Examine what has happened, when your script has stopped.
+ * Examine what has happened when your script has stopped.
* Change things in your script, so you can experiment with correcting the
effects of one bug and go on to learn about another.
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.
-