From 3f518020a8d1eea5f5fd034fc14570072bbac687 Mon Sep 17 00:00:00 2001 From: mpoberezhniy <90463921+mpoberezhniy@users.noreply.github.com> Date: Fri, 29 Mar 2024 23:53:42 +0200 Subject: [PATCH] Revert "Add -e to PAGER options. (#317)" This reverts commit 98b312a3329690efc201604bf01710b4263385c4. --- makeself-header.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makeself-header.sh b/makeself-header.sh index 8c5b229..117027a 100755 --- a/makeself-header.sh +++ b/makeself-header.sh @@ -69,7 +69,7 @@ MS_PrintLicense() if test x"\$licensetxt" != x; then PAGER_PATH=\`exec <&- 2>&-; which \$PAGER || command -v \$PAGER || type \$PAGER\` if test -x "\$PAGER_PATH" && test x"\$accept" != xy; then - echo "\$licensetxt" | \$PAGER -e + echo "\$licensetxt" | \$PAGER else echo "\$licensetxt" fi