Config files in ~/ all start with .mu again.
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -637,7 +637,7 @@ mu_create_argcv (const char *capa[], | ... | @@ -637,7 +637,7 @@ mu_create_argcv (const char *capa[], |
637 | if(rcdir) | 637 | if(rcdir) |
638 | asprintf(&progrc, "%s/%src", MU_USER_CONFIG_FILE, progname); | 638 | asprintf(&progrc, "%s/%src", MU_USER_CONFIG_FILE, progname); |
639 | else | 639 | else |
640 | asprintf(&progrc, "~/.%src", progname); | 640 | asprintf(&progrc, "~/.mu.%src", progname); |
641 | 641 | ||
642 | if (!progrc) | 642 | if (!progrc) |
643 | { | 643 | { | ... | ... |
-
Please register or sign in to post a comment