Debian Automated Code Analysis

checkbashisms analysis of avfs_0.9.9-1_i386.deb

possible bashism in ./usr/share/avfs/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 ./usr/share/avfs/extfs/uace line 25 ($UID should be "$(id -ru)"):
    $ACE_LIST "$1" | gawk -v uid=${UID-0} '
possible bashism in ./usr/share/avfs/extfs/uc1541 line 23 ($UID should be "$(id -ru)"):
    $C1541 "$1" -list | gawk -v uid=${UID-0} '
possible bashism in ./usr/share/avfs/extfs/ucab line 25 ($UID should be "$(id -ru)"):
    $UNCAB -l "$1" | gawk -v uid=${UID-0} '
possible bashism in ./usr/share/avfs/extfs/uarc line 16 ($UID should be "$(id -ru)"):
    $UNARC -lv "$1" | gawk -v uid=${UID-0} '
possible bashism in ./usr/share/avfs/extfs/uimg line 22 ($RANDOM):
TEMPRCFILE=/tmp/mctmpfile-uimg.$USER.${RANDOM}
possible bashism in ./usr/share/avfs/extfs/uimg line 65 (${parm/?/pat[/str]}):
        if [[ $useddrives == ${useddrives/$DRIVE/1} ]]; then
possible bashism in ./usr/share/avfs/extfs/uimg line 65 (alternative test command ([[ foo ]] should be [ foo ])):
        if [[ $useddrives == ${useddrives/$DRIVE/1} ]]; then
possible bashism in ./usr/share/avfs/extfs/uimg line 65 (should be 'b = a'):
        if [[ $useddrives == ${useddrives/$DRIVE/1} ]]; then
possible bashism in ./usr/share/avfs/extfs/uimg line 70 (alternative test command ([[ foo ]] should be [ foo ])):
    if [[ drivenum == 25 ]]; then
possible bashism in ./usr/share/avfs/extfs/uimg line 70 (should be 'b = a'):
    if [[ drivenum == 25 ]]; then
possible bashism in ./usr/share/avfs/extfs/uimg line 82 (alternative test command ([[ foo ]] should be [ foo ])):
    if [[ -e "$1" && "`wc -c "$1" | sed -e 's/[ ]*\([^ ]*\).*$/\1/'`" -gt "4194304" ]]; then
possible bashism in ./usr/share/avfs/extfs/uimg line 98 ($UID should be "$(id -ru)"):
    $LISTIMG $DRIVE/ | gawk -v uid=${UID-0} '
possible bashism in ./usr/share/avfs/extfs/uadf line 21 ($RANDOM):
TEMPDIR=/tmp/mctmpdir-mcadf.$USER.${RANDOM}
possible bashism in ./usr/share/avfs/extfs/uadf line 25 ($UID should be "$(id -ru)"):
    $UNADF -lr "$1" 2>/dev/null | gawk -v uid=${UID-0} '

This report was generated on Sat, 18 Dec 2010 00:39:30 +0000, based on results by checkbashisms 2.10.65git5