I have access to a machine running OS X 10.6.8, which has:
$ bash --version
GNU bash, version 3.2.48(1)-release (x86_64-apple-darwin10.0)
Copyright (C) 2007 Free Software Foundation, Inc.
That means no associative arrays, but for SWC purposes, it should
still get the job done. All we really need is POSIX.2.
for command,long_name,minimum_version in [
- ('bash', 'Bourne Again Shell', (4, 0)),
+ ('bash', 'Bourne Again Shell', None),
('easy_install', 'Setuptools easy_install', None),
('git', 'Git', (1, 8, 0)),
('hg', 'Mercurial', (2, 0, 0)),