We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0576e90 + e825ba0 commit f937777Copy full SHA for f937777
1 file changed
inc/meta-config
@@ -90,6 +90,7 @@ function merge_config_file {
90
local real_configfile
91
real_configfile=$(eval echo $configfile)
92
if [ ! -f $real_configfile ]; then
93
+ mkdir -p $(dirname $real_configfile) || die $LINENO "could not create the directory of $real_configfile ($configfile)"
94
touch $real_configfile || die $LINENO "could not create config file $real_configfile ($configfile)"
95
fi
96
0 commit comments