possible bashism in ./src/gl-dont-panic line 95 (read with option other than -r): echo; read -p 'please enter how many commits you want to rewind: ' n possible bashism in ./contrib/adc/able line 30 (enable): en|enable ) possible bashism in ./contrib/adc/watch line 78 (should be 'b = a'): [ $found -eq 0 -a $cmd == "add" ] && die "There is already a watch \"$identarg\" for user $GL_USER" possible bashism in ./contrib/adc/watch line 78 (should be 'b = a'): [ $found -eq 0 -a $cmd == "add" ] && die "There is already a watch \"$identarg\" for user $GL_USER" possible bashism in ./contrib/adc/watch line 79 (should be 'b = a'): [ $found -ne 0 -a $cmd == "remove" ] && die "No watch \"$identarg\" found for user $GL_USER" possible bashism in ./contrib/adc/watch line 79 (should be 'b = a'): [ $found -ne 0 -a $cmd == "remove" ] && die "No watch \"$identarg\" found for user $GL_USER" possible bashism in ./contrib/adc/watch line 81 (should be 'b = a'): [ $cmd == "add" ] && echo "$GL_USER $identarg" >> gl-watchers && { echo "Added a watch \"$identarg\" for user $GL_USER"; exit 0; } possible bashism in ./contrib/adc/watch line 83 (should be 'b = a'): [ $cmd == "remove" ] && sed -i -e "/^$GL_USER $identarg$/d" gl-watchers && { echo "Removed a watch \"$identarg\" for user $GL_USER"; exit 0; }
This report was generated on Fri, 25 Mar 2011 06:38:04 +0000, based on results by checkbashisms 2.10.65git5