possible bashism in ./doc/manual/example2/gen.sh line 9 (alternative test command ([[ foo ]] should be [ foo ])): if [[ $NAME == "Windows*" ]] ; then possible bashism in ./doc/manual/example2/gen.sh line 9 (should be 'b = a'): if [[ $NAME == "Windows*" ]] ; then possible bashism in ./doc/manual/example2/gen.sh line 11 (alternative test command ([[ foo ]] should be [ foo ])): elif [[ $NAME == "CYGWIN*" ]] ; then possible bashism in ./doc/manual/example2/gen.sh line 11 (should be 'b = a'): elif [[ $NAME == "CYGWIN*" ]] ; then
This report was generated on Sun, 17 Apr 2011 06:38:11 +0000, based on results by checkbashisms 2.10.65git5