oksh-noxz

[fork] Portable OpenBSD ksh, based on the Public Domain Korn Shell (pdksh).
git clone https://noxz.tech/git/oksh-noxz.git
oksh-noxz

commit: abe2dfdf4c2874f27993e7dedbf236868e6afe79
parent: fd2fe452f255807adf10ed2fdc03865edce28dbd afb27d68247aecdf992fec87598bce9d81aaeaf1
author: Brian Callahan <ibara@users.noreply.github.com>
date:   Mon, 15 May 2017 11:49:10 -0400
Merge pull request #6 from akacase/master

fix clang error about format string.abe2dfdf4c2874f27993e7dedbf236868e6afe79
 c_ksh.c                  | 12 ++++++------
 emacs.c                  | 16 ++++++++--------
 exec.c                   |  2 +-
 expr.c                   |  2 +-
 jobs.c                   |  2 +-
 lex.c                    |  9 ++++-----
 main.c                   |  2 +-
 misc.c                   | 16 ++++++++--------
 portable/darwin/darwin.h |  3 +++
 portable/linux/linux.h   |  2 ++
 var.c                    |  4 ++--
 11 files changed, 37 insertions(+), 33 deletions(-)