summaryrefslogtreecommitdiff
path: root/libre/filesystem/locale.sh
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-02-25 17:51:24 -0200
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-02-25 17:51:24 -0200
commitd272667632635ee4bff20b60d10b6ad8176f0d8b (patch)
treef33ce40affb9add5b5ade9808f872c95358576ba /libre/filesystem/locale.sh
parente8999041b5857b81fac18299c9a1c569124834c6 (diff)
filesystem-2015.02-1.parabola1: updating version
* add proc group (FS#43153 -> https://bugs.archlinux.org/task/43153)
Diffstat (limited to 'libre/filesystem/locale.sh')
-rw-r--r--libre/filesystem/locale.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/libre/filesystem/locale.sh b/libre/filesystem/locale.sh
index b66587203..11b7dc9ec 100644
--- a/libre/filesystem/locale.sh
+++ b/libre/filesystem/locale.sh
@@ -3,7 +3,7 @@
if [ -z "$LANG" ]; then
if [ -n "$XDG_CONFIG_HOME" ] && [ -r "$XDG_CONFIG_HOME/locale.conf" ]; then
. "$XDG_CONFIG_HOME/locale.conf"
- elif [ -n $HOME ] && [ -r $HOME/.config/locale.conf ]; then
+ elif [ -n "$HOME" ] && [ -r "$HOME/.config/locale.conf" ]; then
. "$HOME/.config/locale.conf"
elif [ -r /etc/locale.conf ]; then
. /etc/locale.conf