mirror of
https://github.com/jarun/nnn.git
synced 2025-01-08 09:01:11 +00:00
BSDs and Solaris: use gsed instead of sed
This commit is contained in:
parent
856896f55d
commit
e3e4159e11
|
@ -202,7 +202,8 @@
|
||||||
#define CTX_MAX 8
|
#define CTX_MAX 8
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef __APPLE__
|
/* BSDs or Solaris or SunOS */
|
||||||
|
#if defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__NetBSD__) || defined(__APPLE__) || defined(sun) || defined(__sun)
|
||||||
#define SED "gsed"
|
#define SED "gsed"
|
||||||
#else
|
#else
|
||||||
#define SED "sed"
|
#define SED "sed"
|
||||||
|
|
Loading…
Reference in a new issue