From: Silvio Rhatto Date: Fri, 1 Feb 2013 01:49:16 +0000 (-0200) Subject: Removing bashisms from profile scripts (2) X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=4453f319458f6f7efa709b1c253032e56ebced67;p=metadot.git Removing bashisms from profile scripts (2) --- diff --git a/modules/profile/xprofile b/modules/profile/xprofile index 744ae5d..c4e4eab 100755 --- a/modules/profile/xprofile +++ b/modules/profile/xprofile @@ -10,14 +10,14 @@ BACKGROUND="" PROGRAMS="" # Make sure to load the profile -source $HOME/.profile +. $HOME/.profile # Start xscreensaver xscreensaver -no-splash & # Custom if [ -e "$HOME/.custom/xprofile" ]; then - source $HOME/.custom/xprofile + . $HOME/.custom/xprofile fi # Set background