From: Paul Eggert Date: Sat, 28 Sep 2002 08:19:37 +0000 (+0000) Subject: Set ZMORE_PROGRAM_NAME, so that the usage message makes more sense. X-Git-Tag: v1.3.12~75 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=31e08a30200c7e6e7cc876c1e656a65db349536f;p=debian%2Fgzip Set ZMORE_PROGRAM_NAME, so that the usage message makes more sense. --- 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+"$@"}