Debian Automated Code Analysis

checkbashisms analysis of opendict_0.6.3-3.dsc

possible bashism in ./scripts/release.sh line 11 (alternative test command ([[ foo ]] should be [ foo ])):
if [[ $NAME == "" ]] || [[ $INDIR == "" ]]; then
possible bashism in ./scripts/release.sh line 11 (should be 'b = a'):
if [[ $NAME == "" ]] || [[ $INDIR == "" ]]; then
possible bashism in ./scripts/release.sh line 16 ($UID should be "$(id -ru)"):
if [[ $UID != "0" ]]; then
possible bashism in ./scripts/release.sh line 16 (alternative test command ([[ foo ]] should be [ foo ])):
if [[ $UID != "0" ]]; then

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