src/nnn.c | 2 +- diff --git a/src/nnn.c b/src/nnn.c index d627a4f42cc3eef7eab39f92ca367c7827c45d4a..ab4c9043c38c43a324e7eaf86420c10cb245ccd6 100644 --- a/src/nnn.c +++ b/src/nnn.c @@ -3013,7 +3013,7 @@ goto 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: