mvertes / txt2man

txt2man converts text to man page
GNU General Public License v2.0
57 stars 9 forks source link

Please, remove the check for ksh #3

Closed eribertomota closed 4 years ago

eribertomota commented 8 years ago

Hi,

I am the current txt2man maintainer in Debian.

Considering that Debian creates packages for several architectures, ksh can be a problem[1]. Please, consider remove the following line from ./txt2man:

test "$HOME" = ~ || exec ksh $0 "$@" # try ksh if sh too old (not yet POSIX)

Thanks!

Regards,

Eriberto

[1] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=620562

mvertes commented 8 years ago

I agree, will remove this line. Thanks