aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/nnn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nnn.c b/src/nnn.c
index d627a4f..ab4c904 100644
--- a/src/nnn.c
+++ b/src/nnn.c
@@ -3013,7 +3013,7 @@ nochange:
}
/* Invoke desktop opener as last resort */
- spawn(opener, newpath, NULL, NULL, F_NOWAIT | F_NOTRACE);
+ spawn(opener, newpath, NULL, NULL, F_NOTRACE);
continue;
}
default: