Debian Automated Code Analysis

checkbashisms analysis of p7zip_9.04~dfsg.1-1.dsc

possible bashism in ./contrib/VirtualFileSystemForMidnightCommander/u7z line 40 ($UID should be "$(id -ru)"):
    $SEVENZ l "$1" 2> /dev/null | gawk -v uid=${UID-0} '
possible bashism in ./contrib/VirtualFileSystemForMidnightCommander/u7z line 95 (should be >word 2>&1):
    $SEVENZ l "$1" | grep -q "[.][/].*$2" &> /dev/null && EXFNAME=*./"$2" || EXFNAME="$2"
possible bashism in ./contrib/VirtualFileSystemForMidnightCommander/u7z line 104 ($RANDOM):
    dir=tmpdir.${RANDOM}
possible bashism in ./contrib/VirtualFileSystemForMidnightCommander/u7z line 115 (should be >word 2>&1):
    $SEVENZ l "$1" | grep -q "[.][/].*$2" &> /dev/null && EXFNAME=*./"$2" || EXFNAME="$2"
possible bashism in ./contrib/VirtualFileSystemForMidnightCommander/u7z line 116 (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 ./contrib/VirtualFileSystemForMidnightCommander/u7z line 116 (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 ; }

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