Debian Automated Code Analysis

checkbashisms analysis of zsh-beta_4.3.11-dev-1+20110215-1.dsc

possible bashism in ./configure line 369 (should be >word 2>&1):
    $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
possible bashism in ./Misc/c2z line 53 (alternative test command ([[ foo ]] should be [ foo ])):
    if [[ -o INTERACTIVE ]]; then INTERACT="-i"; fi
possible bashism in ./Misc/c2z line 94 (function names should only contain [a-z0-9_]):
sed -e 's/>\(&*\)!/>\1|/g' \
    -e 's/!\*:q/"$@"/g' \
    -e 's/\(![:#]*[^'"$T"']*\):q/"\1"/g' \
    -e 's/!\([-0-9][0-9]*\)\(:x\)*/$\2(fc -nl \1)/g' \
    -e 's/\$:x(fc/$=(fc/g' \
    -e 's/![:#]*\([^'"$T"']\)/$==\1/g' \
    -e 's/\$=\(=[^'"$T"']*\):x/$\1/g' \
    -e 's/\$cwd/$PWD/' \
    -e 's/^\([^'"$T"']*\)'"$T"'\(.*\)$/\1 () { \2 }/' \
    /tmp/cz$$.2

This report was generated on Fri, 18 Feb 2011 06:38:53 +0000, based on results by checkbashisms 2.10.65git5