diff --git a/src/history.c b/src/history.c index 3e37b71a7c7dc9f5e1d251a60aa37b7b35e4fc46..a561f8d66703c016f29bfa9e564e584adf643980 100644 --- a/src/history.c +++ b/src/history.c @@ -279,7 +279,7 @@ bool have_statedir(void) mkdir(statepath, S_IRWXU); free(statepath); } - if (mkdir(statedir, S_IRWXU | S_IRWXG | S_IRWXO) == -1) { + if (mkdir(statedir, S_IRWXU) == -1) { history_error(N_("Unable to create directory %s: %s\n" "It is required for saving/loading " "search history or cursor positions.\n"),