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
...
$
_______________________________________________
Pkg-grass-devel mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-grass-devel

