Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-05-25 | ksh93.install: Remove false assumption regarding /usr/bin | Johnothan 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-29 | Minor update: add rksh93 symlink | Johnothan King | |
2022-09-24 | Update ksh93-git to use the ksh93u+m dev branch | Johnothan 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-17 | ksh93-git: first commit | Matthew T Hoare | |