mirror of
https://github.com/jarun/nnn.git
synced 2025-03-16 19:44:44 +00:00
BSDs and Solaris: use gsed instead of sed
This commit is contained in:
parent
856896f55d
commit
e3e4159e11
1 changed files with 2 additions and 1 deletions
|
@ -202,7 +202,8 @@
|
|||
#define CTX_MAX 8
|
||||
#endif
|
||||
|
||||
#ifdef __APPLE__
|
||||
/* BSDs or Solaris or SunOS */
|
||||
#if defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__NetBSD__) || defined(__APPLE__) || defined(sun) || defined(__sun)
|
||||
#define SED "gsed"
|
||||
#else
|
||||
#define SED "sed"
|
||||
|
|
Loading…
Add table
Reference in a new issue