summaryrefslogtreecommitdiff
path: root/.config/login.d/02_xdg_runtime_dir.sh
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2015-04-20 19:37:22 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2015-04-20 19:37:22 -0400
commit92cc88c0668655155e9b63d8f43f51b12410fdff (patch)
tree8f4d21ec67e5045585bc7acb6baf7b12494a7f89 /.config/login.d/02_xdg_runtime_dir.sh
parent278000a3b8a64fd000ddd8198f76bd2bf78e4557 (diff)
parenta9fb80359a3e84ed7b64d3ecdf699acc5e53abc9 (diff)
Merge branch 'master' into build64-par/master
Diffstat (limited to '.config/login.d/02_xdg_runtime_dir.sh')
-rw-r--r--.config/login.d/02_xdg_runtime_dir.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/login.d/02_xdg_runtime_dir.sh b/.config/login.d/02_xdg_runtime_dir.sh
index 6d93359..6700669 100644
--- a/.config/login.d/02_xdg_runtime_dir.sh
+++ b/.config/login.d/02_xdg_runtime_dir.sh
@@ -1,4 +1,4 @@
-# This should be readable by /bin/sh
+#!/hint/sh
# Set XDG_RUNTIME_DIR if we can
if [ -z "$XDG_RUNTIME_DIR" ] && shopt -q login_shell && type flock &>/dev/null; then