Debian Automated Code Analysis

checkbashisms analysis of xfce4-utils_4.6.2-1.dsc

possible bashism in ./configure line 372 (should be >word 2>&1):
    $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
possible bashism in ./scripts/xinitrc line 4 ($UID should be "$(id -ru)"):
if test "x$UID" = "x"; then
possible bashism in ./scripts/xinitrc line 103 ($UID should be "$(id -ru)"):
if test $UID -gt 0 -a -z "$VNCSESSION"; then 
possible bashism in ./scripts/xinitrc.in line 4 ($UID should be "$(id -ru)"):
if test "x$UID" = "x"; then
possible bashism in ./scripts/xinitrc.in line 103 ($UID should be "$(id -ru)"):
if test $UID -gt 0 -a -z "$VNCSESSION"; then 
possible bashism in ./scripts/xinitrc.in.in line 4 ($UID should be "$(id -ru)"):
if test "x$UID" = "x"; then
possible bashism in ./scripts/xinitrc.in.in line 103 ($UID should be "$(id -ru)"):
if test $UID -gt 0 -a -z "$VNCSESSION"; then 
possible bashism in ./.pc/02_use-Xsessions.options-for-ssh-agent-handling.patch/scripts/xinitrc.in.in line 4 ($UID should be "$(id -ru)"):
if test "x$UID" = "x"; then
possible bashism in ./.pc/02_use-Xsessions.options-for-ssh-agent-handling.patch/scripts/xinitrc.in.in line 103 ($UID should be "$(id -ru)"):
if test $UID -gt 0 -a -z "$VNCSESSION"; then 

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