mirror of
https://github.com/jarun/nnn.git
synced 2025-03-12 17:54:04 +00:00
Fix opening files from browser
This commit is contained in:
parent
cf4ad22676
commit
a97e3ed5c4
1 changed files with 1 additions and 1 deletions
|
@ -5501,7 +5501,7 @@ int main(int argc, char *argv[])
|
|||
}
|
||||
|
||||
if (S_ISREG(sb.st_mode)) {
|
||||
execlp(opener, opener, arg, NULL);
|
||||
spawn(opener, arg, NULL, NULL, F_NOWAIT);
|
||||
return _SUCCESS;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue