Automated Code Analysis
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 Wed, 30 Mar 2011 06:38:13 +0000, based on results by checkbashisms 2.10.65git5