Skip to content

Commit

Permalink
Revert "Add -e to PAGER options. (#317)"
Browse files Browse the repository at this point in the history
This reverts commit 98b312a.
  • Loading branch information
mpoberezhniy authored Mar 29, 2024
1 parent 271b54a commit 3f51802
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makeself-header.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3f51802

Please sign in to comment.