summarylogtreecommitdiffstats
path: root/ksh93.install
AgeCommit message (Collapse)Author
2023-05-25ksh93.install: Remove false assumption regarding /usr/binJohnothan King
Just because an entry in /etc/shells exists for /bin/*ksh doesn't mean an equivalent entry for /usr/bin also exists in the file. This could cause the following error to occur in some rare situations: The value for the SHELL variable was not found in the /etc/shells file A for loop is now used to explicitly check for both entries, which should mitigate that rare issue.
2022-09-29Minor update: add rksh93 symlinkJohnothan King
2022-09-24Update ksh93-git to use the ksh93u+m dev branchJohnothan King
Currently, the only actively maintaned fork of ksh93 is ksh93u+m. This commit updates the ksh93-git AUR package to use 93u+m's dev branch. Other changes: - Support for pfksh was removed from ksh93u+m, so drop that from the AUR package. - Add support for rksh and ksh93 to /etc/shells. - Update the example kshrc for use with ksh93u+m (I've made sure that it remains backward compatible with ksh93u+ and ksh2020, should anyone happen to use an older version of ksh).
2017-12-17ksh93-git: first commitMatthew T Hoare