Use proper path for more(1) on OpenBSD / NetBSD and DragonFly
This commit is contained in:
parent
f7df5e7c86
commit
e4f6926ac0
|
|
@ -58,7 +58,7 @@
|
||||||
# endif
|
# endif
|
||||||
# endif
|
# endif
|
||||||
#else
|
#else
|
||||||
# if defined(linux) || defined(__FreeBSD__)
|
# if defined(linux) || defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) || defined(__DragonFly__)
|
||||||
# define PAGERDIR "/usr/bin/more"
|
# define PAGERDIR "/usr/bin/more"
|
||||||
# elif defined(CYGWIN)
|
# elif defined(CYGWIN)
|
||||||
# define PAGERDIR "./less"
|
# define PAGERDIR "./less"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue