Package: gmt Version: 4.1.2-1.1 The $ GMT --help command should respect the value of the PAGER environment variable, instead of using `more' unconditionally.
$ nl -ba /usr/bin/GMT ... 42 43 if [ $# = 0 ] || [ $1 = "help" ] || [ "x$1" = "x-help" ] || [ "x$1" = "x--help" ] || [ x$1 = "x-h" ]; then 44 cat << EOF | more >&2 45 ... $ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]