Parcourir la source

Lookup xdg-open in PATH on non-Apple platforms (#70)

master
Dmitri Goutnik Arun Prakash Jana il y a 7 ans
Parent
révision
4dca8d7cf9
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      nnn.c

+ 1
- 1
nnn.c Voir le fichier

@@ -260,7 +260,7 @@ static char * const utils[] = {
#ifdef __APPLE__
"/usr/bin/open",
#else
"/usr/bin/xdg-open",
"xdg-open",
#endif
"nlay",
"atool"


Chargement…
Annuler
Enregistrer