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" ]
|
if [ -z "$ISIDORE_CONFIG_DIR" ]
|
||||||
then
|
then
|
||||||
if [ -z "$XDG_CONFIG_HOME" ]
|
if ! [ -z "$XDG_CONFIG_HOME" ]
|
||||||
then
|
then
|
||||||
ISIDORE_CONFIG_DIR="$XDG_CONFIG_HOME/isidore"
|
ISIDORE_CONFIG_DIR="$XDG_CONFIG_HOME/isidore"
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user