Debian Automated Code Analysis

checkbashisms analysis of fvwm-crystal_3.0.5.dfsg-5.dsc

possible bashism in ./.pc/03fixbashism.patch/bin/fvwm-crystal.mplayer-wrapper line 18 (alternative test command ([[ foo ]] should be [ foo ])):
if [[ "$1" == "list" ]]; then
possible bashism in ./.pc/03fixbashism.patch/bin/fvwm-crystal.mplayer-wrapper line 18 (should be 'b = a'):
if [[ "$1" == "list" ]]; then
possible bashism in ./.pc/03fixbashism.patch/bin/fvwm-crystal.mplayer-wrapper line 21 (alternative test command ([[ foo ]] should be [ foo ])):
    if [[ "$1" == "file" ]]; then
possible bashism in ./.pc/03fixbashism.patch/bin/fvwm-crystal.mplayer-wrapper line 21 (should be 'b = a'):
    if [[ "$1" == "file" ]]; then
possible bashism in ./.pc/03fixbashism.patch/bin/fvwm-crystal.mplayer-wrapper line 24 (alternative test command ([[ foo ]] should be [ foo ])):
	if [[ "$1" == "dvd" ]]; then
possible bashism in ./.pc/03fixbashism.patch/bin/fvwm-crystal.mplayer-wrapper line 24 (should be 'b = a'):
	if [[ "$1" == "dvd" ]]; then
possible bashism in ./.pc/03fixbashism.patch/bin/fvwm-crystal.mplayer-wrapper line 28 (alternative test command ([[ foo ]] should be [ foo ])):
	while [[ "$count" -le "$dvdtitles" ]]; do

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