From: Don Armstrong Date: Fri, 14 Apr 2006 17:14:06 +0000 (+0000) Subject: add a shebang line to the .xsession and make it +x X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=d98b51866aaa366bbea4144e26519b4be95d1e6f;p=x_base.git add a shebang line to the .xsession and make it +x --- diff --git a/.xsession b/.xsession old mode 100644 new mode 100755 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