aboutsummaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown3
1 files changed, 1 insertions, 2 deletions
diff --git a/README.markdown b/README.markdown
index ea8b15ad..b772f751 100644
--- a/README.markdown
+++ b/README.markdown
@@ -110,8 +110,7 @@ Bourne-compatible scripts, so all of these files are replete with Bashisms.
As I occasionally have work on very old internal systems, my Bash is written to
work with [any version 2.05a or
-newer](http://wiki.bash-hackers.org/scripting/bashchanges), a few versions
-after the less error-prone `[[` test syntax was introduced. This is why I use
+newer](http://wiki.bash-hackers.org/scripting/bashchanges). This is why I use
older syntax for certain things such as appending items to arrays:
```bash