Merge branch 'master' into devel
This commit is contained in:
commit
d997d829b5
@ -55,7 +55,7 @@ function set_config_vars()
|
||||
|
||||
if [ -z "$ISIDORE_CONFIG_DIR" ]
|
||||
then
|
||||
if [ -z "$XDG_CONFIG_HOME" ]
|
||||
if ! [ -z "$XDG_CONFIG_HOME" ]
|
||||
then
|
||||
ISIDORE_CONFIG_DIR="$XDG_CONFIG_HOME/isidore"
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user