From 4453f319458f6f7efa709b1c253032e56ebced67 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 31 Jan 2013 23:49:16 -0200 Subject: Removing bashisms from profile scripts (2) --- modules/profile/xprofile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/profile/xprofile') 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 -- cgit v1.2.3