From d272667632635ee4bff20b60d10b6ad8176f0d8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Fabian=20Silva=20Delgado?= Date: Wed, 25 Feb 2015 17:51:24 -0200 Subject: filesystem-2015.02-1.parabola1: updating version * add proc group (FS#43153 -> https://bugs.archlinux.org/task/43153) --- libre/filesystem/locale.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libre/filesystem/locale.sh') 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 -- cgit v1.2.3-2-g168b