Debian Automated Code Analysis

checkbashisms analysis of hugin_2010.4.0+dfsg-2.dsc

possible bashism in ./src/translations/extract-messages.sh line 10 (should be >word 2>&1):
which wxrc &> /dev/null || { echo "Error: wxrc utility not found"; exit 0; }
possible bashism in ./src/translations/extract-messages.sh line 11 (should be >word 2>&1):
which xgettext &> /dev/null || { echo "Error: xgettext utility not found"; exit 0; }
possible bashism in ./src/translations/extract-messages.sh line 12 (should be >word 2>&1):
which msgmerge &> /dev/null || { echo "Error: msgmerge utility not found"; exit 0; }

This report was generated on Mon, 14 Feb 2011 06:38:22 +0000, based on results by checkbashisms 2.10.65git5