possible bashism in ./localinstall.sh line 12 (read without variable): which aap >/dev/null && echo "You seem to have A-A-P, I recommend you press CRTL-C and read INSTALL on how to use this instead." && echo "Press return to continue anyway..." && read possible bashism in ./localinstall.sh line 17 ('function' is useless): function binDir() possible bashism in ./localinstall.sh line 47 (alternative test command ([[ foo ]] should be [ foo ])): if [[ "x$REPLY" != "xyes" ]]; possible bashism in ./tools/distcc_hack.sh line 7 (alternative test command ([[ foo ]] should be [ foo ])): while [[ 1 ]]; possible bashism in ./tools/benchmark.sh line 10 (brace expansion, should be $(seq a b)): for i in {1..200}; do possible bashism in ./tools/benchmark.sh line 11 (time): (time -p $COMMAND ) 2>&1 |tail -n3 >> benchmark.result.txt
This report was generated on Thu, 16 Dec 2010 12:38:13 +0000, based on results by checkbashisms 2.10.65git5