1
0
Fork 0
mirror of https://github.com/jarun/nnn.git synced 2025-03-22 06:12:27 +00:00
This commit is contained in:
Arun Prakash Jana 2019-03-18 19:00:30 +05:30
parent 2946a89c00
commit f30d21b7a4
No known key found for this signature in database
GPG key ID: A75979F35C080412

View file

@ -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: