From 31e08a30200c7e6e7cc876c1e656a65db349536f Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sat, 28 Sep 2002 08:19:37 +0000 Subject: [PATCH] Set ZMORE_PROGRAM_NAME, so that the usage message makes more sense. --- zless.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/zless.in b/zless.in index 9527381..3f707d5 100644 --- a/zless.in +++ b/zless.in @@ -7,4 +7,7 @@ export PAGER PATH="BINDIR:$PATH" export PATH +ZMORE_PROGRAM_NAME=$0 +export ZMORE_PROGRAM_NAME + exec zmore ${1+"$@"} -- 2.47.2