]> git.donarmstrong.com Git - x_base.git/commitdiff
add a shebang line to the .xsession and make it +x
authorDon Armstrong <don@donarmstrong.com>
Fri, 14 Apr 2006 17:14:06 +0000 (17:14 +0000)
committerDon Armstrong <don@donarmstrong.com>
Fri, 14 Apr 2006 17:14:06 +0000 (17:14 +0000)
.xsession [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index 2e55ce0..6255ad4
--- a/.xsession
+++ b/.xsession
@@ -1,3 +1,5 @@
+#!/bin/sh
+
 if locale -a |grep -qi en_US.utf8; then
     LANG="en_US.UTF-8"
 else