Debian Automated Code Analysis

checkbashisms analysis of robocode_1.6.2+dfsg-3.dsc

possible bashism in ./robocodeextract/browser.sh line 21 (alternative test command ([[ foo ]] should be [ foo ])):
if [[ $which == "" ]]; then
possible bashism in ./robocodeextract/browser.sh line 21 (should be 'b = a'):
if [[ $which == "" ]]; then
possible bashism in ./robocodeextract/browser.sh line 24 (alternative test command ([[ foo ]] should be [ foo ])):
if [[ $which == "" ]]; then
possible bashism in ./robocodeextract/browser.sh line 24 (should be 'b = a'):
if [[ $which == "" ]]; then
possible bashism in ./robocodeextract/browser.sh line 27 (alternative test command ([[ foo ]] should be [ foo ])):
if [[ $which == "" ]]; then
possible bashism in ./robocodeextract/browser.sh line 27 (should be 'b = a'):
if [[ $which == "" ]]; then
possible bashism in ./robocodeextract/browser.sh line 30 (alternative test command ([[ foo ]] should be [ foo ])):
if [[ $which == "" ]]; then
possible bashism in ./robocodeextract/browser.sh line 30 (should be 'b = a'):
if [[ $which == "" ]]; then
possible bashism in ./robocodeextract/browser.sh line 34 (alternative test command ([[ foo ]] should be [ foo ])):
if [[ $which == "firefox" ]]; then
possible bashism in ./robocodeextract/browser.sh line 34 (should be 'b = a'):
if [[ $which == "firefox" ]]; then
possible bashism in ./robocodeextract/browser.sh line 39 (alternative test command ([[ foo ]] should be [ foo ])):
if [[ $which == "firefox-tab" ]]; then
possible bashism in ./robocodeextract/browser.sh line 39 (should be 'b = a'):
if [[ $which == "firefox-tab" ]]; then
possible bashism in ./robocodeextract/browser.sh line 44 (alternative test command ([[ foo ]] should be [ foo ])):
if [[ $which == "mozilla" ]]; then
possible bashism in ./robocodeextract/browser.sh line 44 (should be 'b = a'):
if [[ $which == "mozilla" ]]; then
possible bashism in ./robocodeextract/browser.sh line 49 (alternative test command ([[ foo ]] should be [ foo ])):
if [[ $which == "mozilla-tab" ]]; then
possible bashism in ./robocodeextract/browser.sh line 49 (should be 'b = a'):
if [[ $which == "mozilla-tab" ]]; then
possible bashism in ./robocodeextract/browser.sh line 54 (alternative test command ([[ foo ]] should be [ foo ])):
if [[ $which == "mozilla-win" ]]; then
possible bashism in ./robocodeextract/browser.sh line 54 (should be 'b = a'):
if [[ $which == "mozilla-win" ]]; then
possible bashism in ./robocodeextract/browser.sh line 59 (alternative test command ([[ foo ]] should be [ foo ])):
if [[ $which == "konqueror" ]]; then
possible bashism in ./robocodeextract/browser.sh line 59 (should be 'b = a'):
if [[ $which == "konqueror" ]]; then
possible bashism in ./robocodeextract/browser.sh line 63 (alternative test command ([[ foo ]] should be [ foo ])):
if [[ $which == "galeon" ]]; then
possible bashism in ./robocodeextract/browser.sh line 63 (should be 'b = a'):
if [[ $which == "galeon" ]]; then
possible bashism in ./robocodeextract/browser.sh line 68 (alternative test command ([[ foo ]] should be [ foo ])):
if [[ $which == "galeon-win" ]]; then
possible bashism in ./robocodeextract/browser.sh line 68 (should be 'b = a'):
if [[ $which == "galeon-win" ]]; then
possible bashism in ./robocodeextract/browser.sh line 73 (alternative test command ([[ foo ]] should be [ foo ])):
if [[ $which == "galeon-tab" ]]; then
possible bashism in ./robocodeextract/browser.sh line 73 (should be 'b = a'):
if [[ $which == "galeon-tab" ]]; then

This report was generated on Thu, 16 Dec 2010 12:38:26 +0000, based on results by checkbashisms 2.10.65git5