Add check for Bash >= 3.1 (required for += array assignment).
authorW. Trevor King <wking@drexel.edu>
Thu, 1 Dec 2011 12:51:24 +0000 (07:51 -0500)
committerW. Trevor King <wking@drexel.edu>
Thu, 1 Dec 2011 12:51:24 +0000 (07:51 -0500)
commitdff2462c63f8046561043e6757c57b3a5c41c888
tree03a0c3d56780226c3e1b417be9f20dc49c831ec8
parente0b7d85e30f9712686642f866a4d65aa45e3d278
Add check for Bash >= 3.1 (required for += array assignment).

Browsing through the changelog
  http://git.savannah.gnu.org/cgit/bash.git/tree/CWRU/changelog
the change that added += was
  2004/11/05
  general.c
  - change `assignment()' to accept `+=' assignment operator
Looking through the released tarballs
  ftp://ftp.gnu.org/gnu/bash/
this change made it in between release 3.0.16 and 3.1.
dotfiles.sh