From 18224e2351de2a90889072952084395b8b59759d Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sat, 14 Sep 2013 18:57:02 +1200 Subject: Technical correction about version history --- README.markdown | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'README.markdown') diff --git a/README.markdown b/README.markdown index 3ae02e61..adc1e96d 100644 --- a/README.markdown +++ b/README.markdown @@ -75,9 +75,9 @@ directory changes all the time depending on the host, and only specific scripts in it are versioned; the rest are ignored by `.gitignore`. As I occasionally have work on very old internal systems, my Bash is written to -work with [any version 2.05a or newer][18]. This is the version in which the -less error-prone `[[` test syntax was introduced. This is why I use older -syntax for certain things such as appending items to arrays: +work with [any version 2.05a or newer][18], a few versions after the less +error-prone `[[` test syntax was introduced. This is why I use older syntax for +certain things such as appending items to arrays: ```bash array=("${array[@]}" "$item") -- cgit v1.2.3