From: CodeforEvolution Date: Wed, 1 Jan 2020 21:10:50 +0000 (-0600) Subject: Add Desktop Opener for Haiku (#425) X-Git-Tag: v2.9~88 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=a36146f9c08dcaf759c087b3ed0998fdd95a88c7;p=nnn.git Add Desktop Opener for Haiku (#425) You guys almost forgot this. Hope this helps! ;) --- diff --git a/src/nnn.c b/src/nnn.c index 58586dce..23ce7f9b 100644 --- a/src/nnn.c +++ b/src/nnn.c @@ -398,6 +398,8 @@ static char * const utils[] = { "/usr/bin/open", #elif defined __CYGWIN__ "cygstart", +#elif defined __HAIKU__ + "open", #else "xdg-open", #endif