http://bugzilla.xfce.org/show_bug.cgi?id=5557





--- Comment #5 from Yves-Alexis Perez <[email protected]>  2009-07-12 09:34:57 
UTC ---
Good point. checkbashisms against xinitrc reports:

cor...@hidalgo: checkbashisms debian/xfce/desktop/xfce-utils/scripts/xinitrc.in
possible bashism in debian/xfce/desktop/xfce-utils/scripts/xinitrc.in line 4
($UID should be "$(id -ru)"):
if test "x$UID" = "x"; then
possible bashism in debian/xfce/desktop/xfce-utils/scripts/xinitrc.in line 31
(type):
if type xdg-user-dirs-update >/dev/null 2>&1; then
possible bashism in debian/xfce/desktop/xfce-utils/scripts/xinitrc.in line 36
(should be '.', not 'source'):
    source "$XDG_CONFIG_HOME/user-dirs.dirs"
possible bashism in debian/xfce/desktop/xfce-utils/scripts/xinitrc.in line 91
($UID should be "$(id -ru)"):
if test $UID -gt 0 -a -z "$VNCSESSION"; then 
possible bashism in debian/xfce/desktop/xfce-utils/scripts/xinitrc.in line 168
(type):
      type "$trycmd" >/dev/null 2>&1 || continue
possible bashism in debian/xfce/desktop/xfce-utils/scripts/xinitrc.in line 172
(type):
    if test "$cmd" && type "$cmd" >/dev/null 2>&1; then

-- 
Configure bugmail: http://bugzilla.xfce.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Xfce-bugs mailing list
[email protected]
http://foo-projects.org/mailman/listinfo/xfce-bugs

Reply via email to