corrected checking for ~/.damask/damask.conf
This commit is contained in:
parent
371a027de9
commit
d3d4931061
|
@ -20,7 +20,7 @@ SHELL = /bin/sh
|
|||
# SUFFIX = arbitrary suffix (after file to compile)
|
||||
# STANDARD_CHECK = checking for Fortran 2008, compiler dependend
|
||||
########################################################################################
|
||||
ifeq ($(wildcard "${HOME}/.damask/damask.conf"),)
|
||||
ifneq ("","$(wildcard ${HOME}/.damask/damask.conf)")
|
||||
include ${HOME}/.damask/damask.conf
|
||||
else
|
||||
include /etc/damask.conf
|
||||
|
|
Loading…
Reference in New Issue