aboutsummaryrefslogtreecommitdiff
path: root/src/globs.c
diff options
context:
space:
mode:
authordacctal <donotcontactmevia@email.invalid>2026-07-02 03:54:29 +0000
committerdacctal <donotcontactmevia@email.invalid>2026-07-02 03:54:29 +0000
commit2fe0443d7073e59b1e4d75f49f0a5a417678f4cd (patch)
tree24a269f1fa532eacea4380d03882abe145dc297d /src/globs.c
parentfe3caeefac7a2081f5c9db90bf5c821624a71082 (diff)
ezntek: checkpoint!
Diffstat (limited to 'src/globs.c')
-rw-r--r--src/globs.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/globs.c b/src/globs.c
index 519e5f9..860bafb 100644
--- a/src/globs.c
+++ b/src/globs.c
@@ -35,7 +35,6 @@ void init_vars(void) {
if (file_exists("/etc/pkgit/repos.lua")) {
cfg.dir = mstr("/etc/pkgit");
cfg.name = mstr("/etc/pkgit/repos.lua");
-
} else {
const char *tmp = getenv("XDG_CONFIG_HOME");
if (tmp) {