summaryrefslogtreecommitdiff
path: root/.config/login.sh
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2015-04-13 17:11:18 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2015-04-13 17:11:18 -0400
commit278000a3b8a64fd000ddd8198f76bd2bf78e4557 (patch)
tree678dd30356203871af1a3c62ef087de9a3981637 /.config/login.sh
parent596fe4b1610df0a7f5a0ea174d136d179ee08440 (diff)
parent39db29c39dcca6d47fbc56dffd8c0c7bf63beb51 (diff)
Merge branch 'master' into build64-par/master
Diffstat (limited to '.config/login.sh')
-rw-r--r--.config/login.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/.config/login.sh b/.config/login.sh
index b2cc80a..538920a 100644
--- a/.config/login.sh
+++ b/.config/login.sh
@@ -11,6 +11,10 @@
# the default umask is set in /etc/profile; for setting the umask
# for ssh logins, install and configure the libpam-umask package.
+if [ -z "$HOME" ]; then
+ eval 'HOME=~'
+ export HOME
+fi
for file in "${XDG_CONFIG_HOME:-$HOME/.config}/login.d/"*.sh; do
. "$file"
done