possible bashism in ./etc/xdg/xfce4/xinitrc line 4 ($UID should be "$(id -ru)"): if test "x$UID" = "x"; then possible bashism in ./etc/xdg/xfce4/xinitrc line 6 (UID=): UID=`/usr/xpg4/bin/id -u`; possible bashism in ./etc/xdg/xfce4/xinitrc line 8 (UID=): UID=`id -u`; possible bashism in ./etc/xdg/xfce4/xinitrc line 103 ($UID should be "$(id -ru)"): if test $UID -gt 0 -a -z "$VNCSESSION"; then
This report was generated on Sat, 18 Dec 2010 01:11:49 +0000, based on results by checkbashisms 2.10.65git5