packages/libs/postgresql/patches/800-busybox-default-pager.patch
2018-10-18 16:56:47 +08:00

15 lines
270 B
Diff

--- a/src/include/fe_utils/print.h
+++ b/src/include/fe_utils/print.h
@@ -17,11 +17,7 @@
/* This is not a particularly great place for this ... */
-#ifndef __CYGWIN__
-#define DEFAULT_PAGER "more"
-#else
#define DEFAULT_PAGER "less"
-#endif
enum printFormat
{