aboutsummaryrefslogtreecommitdiffstats
path: root/src/nnn.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nnn.c')
-rw-r--r--src/nnn.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nnn.c b/src/nnn.c
index a753913..c4f0fcc 100644
--- a/src/nnn.c
+++ b/src/nnn.c
@@ -6198,6 +6198,7 @@ nochange:
setenv(envs[ENV_NCUR], (ndents ? dents[cur].name : ""), 1);
spawn(shell, NULL, NULL, path, F_CLI);
+ r = TRUE;
break;
case SEL_LAUNCH:
launch_app(path, newpath);