megastep / makeself

A self-extracting archiving tool for Unix systems, in 100% shell script.
https://makeself.io
GNU General Public License v2.0
2.32k stars 372 forks source link

License handling does not work #326

Closed mpoberezhniy closed 7 months ago

mpoberezhniy commented 8 months ago

The error occurs when trying to use --license.

./licensed_makeself_bundle.run
more: unknown option -e
Try 'more --help' for more information.
Please type y to accept, n otherwise: n

Environment:

RHEL 8.6:
Linux hostname 4.18.0-372.32.1.el8_6.x86_64 #1 SMP Fri Oct 7 12:35:10 EDT 2022 x86_64 x86_64 x86_64 GNU/Linux

Ubuntu 20.04:

uname -r
5.15.0-101-generic

more -e
more: bad usage
Try 'more --help' for more information.
mpoberezhniy commented 8 months ago

Looks like the more -e option is not wide-spread yet, probably some error handling should be implemented.

mpoberezhniy commented 7 months ago

Fixed with #329