Arun Prakash Jana 5 years ago
parent
commit
f30d21b7a4
No known key found for this signature in database GPG Key ID: A75979F35C080412
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/nnn.c

+ 1
- 1
src/nnn.c View File

@@ -3013,7 +3013,7 @@ nochange:
} }


/* Invoke desktop opener as last resort */ /* Invoke desktop opener as last resort */
spawn(opener, newpath, NULL, NULL, F_NOWAIT | F_NOTRACE);
spawn(opener, newpath, NULL, NULL, F_NOTRACE);
continue; continue;
} }
default: default:


Loading…
Cancel
Save