aboutsummaryrefslogtreecommitdiff
path: root/modules/profile/xprofile
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-01-31 23:46:43 -0200
committerSilvio Rhatto <rhatto@riseup.net>2013-01-31 23:46:43 -0200
commit63dfd651503e24ea1bb3cede976712e5852b33b7 (patch)
tree821003f16a92cd7c70648c007cc2e839971ef161 /modules/profile/xprofile
parentdb23eb35937041ef97295022915bd2abf84f7534 (diff)
downloadmetadot-63dfd651503e24ea1bb3cede976712e5852b33b7.tar.gz
metadot-63dfd651503e24ea1bb3cede976712e5852b33b7.tar.bz2
Removing bashisms from profile scripts
Diffstat (limited to 'modules/profile/xprofile')
-rwxr-xr-xmodules/profile/xprofile5
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/profile/xprofile b/modules/profile/xprofile
index eeeaf27..744ae5d 100755
--- a/modules/profile/xprofile
+++ b/modules/profile/xprofile
@@ -43,3 +43,8 @@ done
# https://bugs.launchpad.net/ubuntu/+source/gnome-keyring/+bug/932177
unset GNOME_KEYRING_PID
unset GNOME_KEYRING_CONTROL
+
+# Execute window manager
+if [ "`cut -d . -f 1 /etc/debian_version`" ]; then
+ awesome
+fi