Debian Automated Code Analysis

checkbashisms analysis of avfs_0.9.9-1.dsc

possible bashism in ./configure line 25090 (should be 'b = a'):
  if test x$fuse_found == xyes; then
possible bashism in ./extfs/uimg line 22 ($RANDOM):
TEMPRCFILE=/tmp/mctmpfile-uimg.$USER.${RANDOM}
possible bashism in ./extfs/uimg line 63 ('((' should be '$(('):
    for (( drivenum=2 ; drivenum != 25 ; drivenum++ )) ; do
possible bashism in ./extfs/uimg line 65 (${parm/?/pat[/str]}):
        if [[ $useddrives == ${useddrives/$DRIVE/1} ]]; then
possible bashism in ./extfs/uimg line 65 (alternative test command ([[ foo ]] should be [ foo ])):
        if [[ $useddrives == ${useddrives/$DRIVE/1} ]]; then
possible bashism in ./extfs/uimg line 65 (should be 'b = a'):
        if [[ $useddrives == ${useddrives/$DRIVE/1} ]]; then
possible bashism in ./extfs/uimg line 69 (alternative test command ([[ foo ]] should be [ foo ])):
    if [[ drivenum == 25 ]]; then
possible bashism in ./extfs/uimg line 69 (should be 'b = a'):
    if [[ drivenum == 25 ]]; then
possible bashism in ./extfs/uimg line 81 (alternative test command ([[ foo ]] should be [ foo ])):
    if [[ -e "$1" && "`wc -c "$1" | sed -e 's/[ ]*\([^ ]*\).*$/\1/'`" -gt "4194304" ]]; then
possible bashism in ./extfs/uimg line 97 ($UID should be "$(id -ru)"):
    $LISTIMG $DRIVE/ | gawk -v uid=${UID-0} '
possible bashism in ./extfs/uadf line 21 ($RANDOM):
TEMPDIR=/tmp/mctmpdir-mcadf.$USER.${RANDOM}
possible bashism in ./extfs/uadf line 25 ($UID should be "$(id -ru)"):
    $UNADF -lr "$1" 2>/dev/null | gawk -v uid=${UID-0} '
possible bashism in ./extfs/uarj.in line 19 ($UID should be "$(id -ru)"):
 $ARJ v "$1" | @AWK@ -v uuid=${UID-0} '
possible bashism in ./extfs/uc1541.in line 23 ($UID should be "$(id -ru)"):
    $C1541 "$1" -list | gawk -v uid=${UID-0} '
possible bashism in ./extfs/uace.in line 25 ($UID should be "$(id -ru)"):
    $ACE_LIST "$1" | gawk -v uid=${UID-0} '
possible bashism in ./extfs/u7z.in line 39 ($UID should be "$(id -ru)"):
    $SEVENZ l "$1" 2> /dev/null | @AWK@ -v uid=${UID-0} '
possible bashism in ./extfs/u7z.in line 109 (should be >word 2>&1):
    echo "$FLIST" | grep -q "[.][/]" &> /dev/null && EXFNAME=*./"$2" || EXFNAME="$2"
possible bashism in ./extfs/u7z.in line 123 ($RANDOM):
    dir=tmpdir.${RANDOM}
possible bashism in ./extfs/u7z.in line 141 (should be >word 2>&1):
    $SEVENZ l "$1" 2> /dev/null | grep -q "[.][/]" &> /dev/null && EXFNAME=*./"$2" || EXFNAME="$2"
possible bashism in ./extfs/u7z.in line 142 (echo -e):
    $SEVENZ d "$1" "$EXFNAME" 2>&1 | grep -q E_NOTIMPL &> /dev/null && { echo -e "Function not implemented...\n7z cannot delete files from solid archive." >&2 ; exit 1 ; }
possible bashism in ./extfs/u7z.in line 142 (should be >word 2>&1):
    $SEVENZ d "$1" "$EXFNAME" 2>&1 | grep -q E_NOTIMPL &> /dev/null && { echo -e "Function not implemented...\n7z cannot delete files from solid archive." >&2 ; exit 1 ; }
possible bashism in ./extfs/ucab line 25 ($UID should be "$(id -ru)"):
    $UNCAB -l "$1" | gawk -v uid=${UID-0} '
possible bashism in ./extfs/uha.in line 13 ($UID should be "$(id -ru)"):
    $HA lf "$1" 2>/dev/null | @AWK@ -v uid=${UID-0} '
possible bashism in ./extfs/urar.in line 27 ($UID should be "$(id -ru)"):
     $UNRAR v -c- "$1" | @AWK@ -v uid=${UID-0} '
possible bashism in ./extfs/udar line 29 ($UID should be "$(id -ru)"):
$DAR -l "$BASENAME" -N -Q -as 2>/dev/null | gawk -v uuid=${UID-0} '
possible bashism in ./extfs/uarc line 16 ($UID should be "$(id -ru)"):
    $UNARC -lv "$1" | gawk -v uid=${UID-0} '
possible bashism in ./extfs/ftplist line 23 ($UID should be "$(id -ru)"):
    { ls -l $1; cat $1; } | gawk -v uid=${UID-0} '
possible bashism in ./scripts/init/avfscoda.suse line 12 (echo -e):
	echo -e "$return"
possible bashism in ./scripts/init/avfscoda.suse line 21 (echo -e):
	echo -e "$return"
possible bashism in ./scripts/init/avfscoda.suse line 30 (echo -e):
	echo -e "$return"
possible bashism in ./scripts/init/avfscoda.suse line 35 (echo -e):
	echo -e "$return"
possible bashism in ./scripts/init/avfscoda.generic line 13 (echo -e):
	echo -e "$return"
possible bashism in ./scripts/init/avfscoda.generic line 22 (echo -e):
	echo -e "$return"
possible bashism in ./scripts/init/avfscoda.generic line 31 (echo -e):
	echo -e "$return"
possible bashism in ./scripts/init/avfscoda.generic line 36 (echo -e):
	echo -e "$return"

This report was generated on Thu, 16 Dec 2010 10:38:22 +0000, based on results by checkbashisms 2.10.65git5