xsessionrc: Fix environment sourcing.

"source" isn't understood in xsessionrc, but . is.
This commit is contained in:
Mika Suomalainen 2012-05-02 18:21:43 +03:00
parent 459bed9221
commit 2ca40ee8bb
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ echo "USE_VALIDATION_AGENT=true" >> ~/.monkeysphere/monkeysphere.conf
# The environment was set to ~/.environment according to other files...
if [ -f ~/.environment ]; then
source ~/.environment
. ~/.environment
fi
# Allow custom things to be put to ~/.xcustom