-
I just discovered that, contrary to all the documentation, ksh understands not four initial kinds of discipline functions, but five. There is an undocumented `getn` discipline: https://github.com/ksh9…
-
Hi, I'm looking for a tool to test a rather large sh script (it's around a 1000 lines atm). I have one main script for which I want to generate coverage (preferably also for the large command strings …
ghost updated
9 months ago
-
Previous discussion in #9:
* https://github.com/ksh93/ksh/issues/9#issuecomment-644855711 and on
* https://github.com/ksh93/ksh/issues/9#issuecomment-670797517 (test branch)
At the moment the m…
-
I encountered a serious problem after changing the root user's shell to [ksh93 1.0.8](https://github.com/openbsd/ports/tree/master/shells/ksh93) on OpenBSD 7.5 using the [chpass(1)](https://man.openbs…
-
Apple just released macOS 10.15.5, and a secuity vuln they claim they fixed is this one. If you look at the CVE, it refers to a krader patch against what I think is ksh2020?
Apple's open source si…
-
GNU's `cpio` was added to MLFS so that an initramfs can be created for system that require an initramfs image for boot.
Since CMLFS installs `libarchive` [for elftoolchain], `bsdcpio` is available.…
-
```
$ a=((a b)(c d))
$ unset 'a[0][0]'
$ typeset -p a
typeset -a a=(([1]=b) (c d) )
```
(fine)
```
$ unset 'a[0][1]'
$ typeset -p a
typeset -a a=(([0]=) (c d) )
```
Expected:
```
…
-
It would be great if the julia shell mode on Windows used PowerShell as the shell. That is after all the default shell on Windows, and it is much more powerful cmd.exe.
[This](https://msdn.microsoft.…
-
I've been trying to compile mussel for Copacabana in a virtual machine --- mostly because I don't want things to blew up in my host, so it's better to test it thoroughly before executing it in other h…
-
This is a bit weird as the other completers work and just this one gives problems (and only when the window is small, when it's larger it works).
Should be a side effect from one of the descriptions,…