aboutsummaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2015-05-27 18:16:22 +1200
committerTom Ryder <tom@sanctum.geek.nz>2015-05-27 18:16:22 +1200
commit8cce83e72e3d1ff3cd83ec2e91146b93ff9b0775 (patch)
tree17ef89ff6593112007fde2a285ea7140e34ba476 /README.markdown
parentAlways source ~/.profile in ~/.bash_profile (diff)
downloaddotfiles-8cce83e72e3d1ff3cd83ec2e91146b93ff9b0775.tar.gz
dotfiles-8cce83e72e3d1ff3cd83ec2e91146b93ff9b0775.zip
More robust/careful version checking
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