mirror of
https://github.com/jarun/nnn.git
synced 2025-03-22 06:12:27 +00:00
Fix #227
This commit is contained in:
parent
2946a89c00
commit
f30d21b7a4
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue