Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Mattias Fält
moberg
Commits
da5d119e
Commit
da5d119e
authored
Apr 01, 2019
by
Anders Blomdell
Browse files
Revert "Force HOME to be defined or libxdg-basedir returns no directories"
This reverts commit
740e9557
.
parent
e5e86625
Changes
1
Show whitespace changes
Inline
Side-by-side
moberg.c
View file @
da5d119e
...
...
@@ -260,7 +260,6 @@ struct moberg *moberg_new()
memset
(
result
,
0
,
sizeof
(
*
result
));
/* Parse default configuration(s) */
setenv
(
"HOME"
,
"/"
,
0
);
const
char
*
const
*
config_paths
=
xdgSearchableConfigDirectories
(
NULL
);
const
char
*
const
*
path
;
for
(
path
=
config_paths
;
*
path
;
path
++
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment