Skip to content

Commit

Permalink
Merge branch 'master' into patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
megastep committed Apr 18, 2024
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
Expand Up @@ -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
Expand Down

0 comments on commit efc23d1

Please sign in to comment.