POSuX demands persistent history support, so permit it in lksh

also, use http for links, it’s less demanding than https
This commit is contained in:
tg 2017-04-02 13:38:02 +00:00
parent d68e69bd59
commit 344ca3a12a
2 changed files with 5 additions and 8 deletions

View File

@ -1,5 +1,5 @@
#!/bin/sh #!/bin/sh
srcversion='$MirOS: src/bin/mksh/Build.sh,v 1.709 2017/03/17 23:47:05 tg Exp $' srcversion='$MirOS: src/bin/mksh/Build.sh,v 1.710 2017/04/02 13:38:01 tg Exp $'
#- #-
# Copyright (c) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, # Copyright (c) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
# 2011, 2012, 2013, 2014, 2015, 2016, 2017 # 2011, 2012, 2013, 2014, 2015, 2016, 2017
@ -594,7 +594,6 @@ if test $legacy = 0; then
else else
check_categories="$check_categories shell:legacy-yes" check_categories="$check_categories shell:legacy-yes"
add_cppflags -DMKSH_LEGACY_MODE add_cppflags -DMKSH_LEGACY_MODE
HAVE_PERSISTENT_HISTORY=0
fi fi
if test x"$srcdir" = x"."; then if test x"$srcdir" = x"."; then

10
lksh.1
View File

@ -1,4 +1,4 @@
.\" $MirOS: src/bin/mksh/lksh.1,v 1.22 2017/02/27 16:04:37 tg Exp $ .\" $MirOS: src/bin/mksh/lksh.1,v 1.23 2017/04/02 13:38:02 tg Exp $
.\"- .\"-
.\" Copyright (c) 2008, 2009, 2010, 2012, 2013, 2015, 2016, 2017 .\" Copyright (c) 2008, 2009, 2010, 2012, 2013, 2015, 2016, 2017
.\" mirabilos <m@mirbsd.org> .\" mirabilos <m@mirbsd.org>
@ -74,7 +74,7 @@
.\" with -mandoc, it might implement .Mx itself, but we want to .\" with -mandoc, it might implement .Mx itself, but we want to
.\" use our own definition. And .Dd must come *first*, always. .\" use our own definition. And .Dd must come *first*, always.
.\" .\"
.Dd $Mdocdate: February 27 2017 $ .Dd $Mdocdate: April 2 2017 $
.\" .\"
.\" Check which macro package we use, and do other -mdoc setup. .\" Check which macro package we use, and do other -mdoc setup.
.\" .\"
@ -263,15 +263,13 @@ Functions defined with the
reserved word share the shell options reserved word share the shell options
.Pq Ic set -o .Pq Ic set -o
instead of locally scoping them. instead of locally scoping them.
.It
Support for persistent history is never compiled in.
.El .El
.Sh SEE ALSO .Sh SEE ALSO
.Xr mksh 1 .Xr mksh 1
.Pp .Pp
.Pa https://www.mirbsd.org/mksh.htm .Pa http://www.mirbsd.org/mksh.htm
.Pp .Pp
.Pa https://www.mirbsd.org/ksh\-chan.htm .Pa http://www.mirbsd.org/ksh\-chan.htm
.Sh CAVEATS .Sh CAVEATS
To use To use
.Nm .Nm