[Xfce4-commits] r29670 - in xfce-utils/trunk: . scripts
Brian Tarricone
kelnos at xfce.org
Tue Mar 17 09:13:37 CET 2009
Author: kelnos
Date: 2009-03-17 08:13:37 +0000 (Tue, 17 Mar 2009)
New Revision: 29670
Modified:
xfce-utils/trunk/NEWS
xfce-utils/trunk/scripts/xinitrc.in.in
Log:
use '.' instead of 'source' to be sh-compatible
Modified: xfce-utils/trunk/NEWS
===================================================================
--- xfce-utils/trunk/NEWS 2009-03-16 11:17:09 UTC (rev 29669)
+++ xfce-utils/trunk/NEWS 2009-03-17 08:13:37 UTC (rev 29670)
@@ -3,6 +3,7 @@
- Reset icon theme name if the migrated icon theme name (possibly 'Rodent')
doesn't exist anymore.
+- Remove a bash-ishm ('source') from xinitrc.
4.6.0
Modified: xfce-utils/trunk/scripts/xinitrc.in.in
===================================================================
--- xfce-utils/trunk/scripts/xinitrc.in.in 2009-03-16 11:17:09 UTC (rev 29669)
+++ xfce-utils/trunk/scripts/xinitrc.in.in 2009-03-17 08:13:37 UTC (rev 29670)
@@ -33,7 +33,7 @@
fi
if test -f "$XDG_CONFIG_HOME/user-dirs.dirs"; then
- source "$XDG_CONFIG_HOME/user-dirs.dirs"
+ . "$XDG_CONFIG_HOME/user-dirs.dirs"
# i'm deliberately not 'export'-ing the XDG_ vars, because you shouldn't
# rely on the env vars inside apps, since the file could be changed at
# any time by the user. this is solely here for migration purposes.
More information about the Xfce4-commits
mailing list