aboutsummaryrefslogtreecommitdiffstats
path: root/noice.c
diff options
context:
space:
mode:
authorsin <sin@2f30.org>2019-08-22 17:34:16 +0100
committersin <sin@2f30.org>2019-08-22 17:34:16 +0100
commitb1935acd165dfe91f57ec9e814588cc33ec0e31f (patch)
tree5a8f54d2b4cc6d5cbe4ab2137229636ef36651d4 /noice.c
parent1685b556f23b8c4782e91e020ad74ffcda8010fb (diff)
downloadnoice-b1935acd165dfe91f57ec9e814588cc33ec0e31f.tar.gz
Rename NOPENCMD to NOPEN to be consistent with env variable naming
Diffstat (limited to 'noice.c')
-rw-r--r--noice.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/noice.c b/noice.c
index 9a9ea0c..0a52c40 100644
--- a/noice.c
+++ b/noice.c
@@ -650,7 +650,7 @@ nochange:
goto begin;
case S_IFREG:
exitcurses();
- run = xgetenv("NOPEN", NOPENCMD);
+ run = xgetenv("NOPEN", NOPEN);
r = spawnlp(path, run, run, newpath, (void *)0);
initcurses();
if (r == -1) {
Un proyecto texto-plano.xyz