Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into patch-1
Browse files Browse the repository at this point in the history
megastep authored Apr 18, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
2 parents b3a9a75 + affe5e3 commit efc23d1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion makeself-header.sh
Original file line number Diff line number Diff line change
@@ -71,7 +71,9 @@ 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
if ! echo "\$licensetxt" | \$PAGER -e; then
echo "\$licensetxt" | \$PAGER
fi
else
echo "\$licensetxt"
fi

0 comments on commit efc23d1

Please sign in to comment.