Automated Code Analysis
possible bashism in ./.pc/01_make_sh_bash.patch/sw26/jack.ctl line 11 ('function' is useless):
function is_on {
possible bashism in ./.pc/01_make_sh_bash.patch/sw26/jack.ctl line 12 (alternative test command ([[ foo ]] should be [ foo ])):
if [[ xx$1 == "xxyes" || xx$1 == "xxon" || xx$1 == "xxtrue" ]]; then
possible bashism in ./.pc/01_make_sh_bash.patch/sw26/jack.ctl line 12 (should be 'b = a'):
if [[ xx$1 == "xxyes" || xx$1 == "xxon" || xx$1 == "xxtrue" ]]; then
possible bashism in ./.pc/01_make_sh_bash.patch/sw26/jack.ctl line 20 ('function' is useless):
function is_set {
possible bashism in ./.pc/01_make_sh_bash.patch/sw26/jack.ctl line 21 (should be 'b = a'):
if [ xx$1 == "xx" ]; then
possible bashism in ./.pc/01_make_sh_bash.patch/sw26/jack.ctl line 91 (should be '.', not 'source'):
source /etc/jackrc ;
possible bashism in ./.pc/01_make_sh_bash.patch/sw26/jack.ctl line 95 (should be '.', not 'source'):
source $HOME/.jackrc;
This report was generated on Fri, 17 Dec 2010 03:38:14 +0000, based on results by checkbashisms 2.10.65git5