Debian Automated Code Analysis

checkbashisms analysis of otrs2_2.4.9+dfsg1-3.dsc

possible bashism in ./scripts/redhat-rcotrs line 57 ($"foo" should be eval_gettext "foo"):
      echo $"Starting $OTRS_PROG.."
possible bashism in ./scripts/redhat-rcotrs line 140 (should be '.', not 'source'):
        echo -e " Creating cronjobs (source $OTRS_CRON_DIR/*) ..."
possible bashism in ./scripts/redhat-rcotrs line 140 (echo -e):
        echo -e " Creating cronjobs (source $OTRS_CRON_DIR/*) ..."
possible bashism in ./scripts/redhat-rcotrs line 153 ($"foo" should be eval_gettext "foo"):
      echo $"Final start of $OTRS_PROG.. done"
possible bashism in ./scripts/redhat-rcotrs line 174 (echo -e):
        echo -e " Shutting down cronjobs ..."
possible bashism in ./scripts/redhat-rcotrs line 185 ($"foo" should be eval_gettext "foo"):
      echo $"Final shutdown of $OTRS_PROG.. done"
possible bashism in ./scripts/suse-rcotrs line 206 (should be '.', not 'source'):
          echo " Creating cronjobs (source $OTRS_CRON_DIR/*) ... done."
possible bashism in ./scripts/suse-rcotrs line 209 (should be '.', not 'source'):
          echo " Creating cronjobs (source $OTRS_CRON_DIR/*) ... failed!"
possible bashism in ./scripts/suse-rcotrs line 244 (should be >word 2>&1):
        if type -a crontab 2&>/dev/null && crontab $OTRS_CRON_USER -r ; then

This report was generated on Fri, 17 Dec 2010 07:38:32 +0000, based on results by checkbashisms 2.10.65git5