Debian Automated Code Analysis

checkbashisms analysis of gpsdrive_2.10~pre4-6.dfsg-5.dsc

possible bashism in ./configure line 30582 (should be 'b = a'):
if test x"$ac_gdal" == "xyes"; then
possible bashism in ./configure line 33791 (should be 'b = a'):
if test "${prefix}" == "NONE"; then
possible bashism in ./configure line 35804 (should be 'b = a'):
if test x"$ac_dbus" == "xyes"; then
possible bashism in ./scripts/geo-nearest line 268 ('((' should be '$(('):
((start=0))
possible bashism in ./scripts/geo-nearest line 269 ('((' should be '$(('):
while ((start < NUM)); do
possible bashism in ./scripts/geo-nearest line 311 ('((' should be '$(('):
	((start=start+25))
possible bashism in ./scripts/wpget line 35 (alternative test command ([[ foo ]] should be [ foo ])):
if [[ ${#opt} != "3" && ${#opt} != "12" ]]; then

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