Set ZMORE_PROGRAM_NAME, so that the usage message makes more sense.
[debian/gzip] / zless.in
1 :
2 #!/bin/sh
3
4 : ${PAGER=less}
5 export PAGER
6
7 PATH="BINDIR:$PATH"
8 export PATH
9
10 ZMORE_PROGRAM_NAME=$0
11 export ZMORE_PROGRAM_NAME
12
13 exec zmore ${1+"$@"}