dimkr / loksh

A Linux port of OpenBSD's ksh
115 stars 6 forks source link

Obsolete base #2

Closed mirabilos closed 9 years ago

mirabilos commented 9 years ago

Why don’t you just use mksh – https://www.mirbsd.org/mksh.htm – for your musl/Linux system?

No need to fork, port, etc. as mksh is modern and musl-ready.

dimkr commented 9 years ago

It's pretty simple - I want to use OpenBSD's ksh. It has all the features I need without extra bells and whistles.

mirabilos commented 9 years ago

It’s also got all the bugs and less portability… but then, nevermind.

dimkr commented 9 years ago

I don't need portability, since I use it under one platform and everything works right. Regarding bugs - if it's OpenBSD's default login shell, it must be good enough for most users. I'm sure it has bugs, but software sucks and I can't change that.