wryun / es-shell

es: a shell with higher-order functions
http://wryun.github.io/es-shell/
Other
313 stars 26 forks source link

Fix readline/editline support #28

Closed memreflect closed 4 years ago

memreflect commented 4 years ago

Configuration bugs fixed:

Slightly altered behavior of --with-readline and --with-editline to result in an error when a readline library was explicitly requested:

Other changes:

memreflect commented 4 years ago

Closed due to a misunderstanding. It enabled compilation with libedit while incorrectly disabling libeditline support, which I initially thought were the same since the editline.shar file in the README compiles as "libedit".