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: a3626030783886285814c8098cabf075cc3ee8fc
parent: 24c88e65cfaba30f24152ca4bb73a08be5973729
author: Brian Callahan <bcallah@openbsd.org>
date:   Wed, 9 Jan 2019 22:10:03 -0500
Travis-CI is removing osx_image: xcode6.4 soon. Let's just use the
default macOS image, and guarantee support for all version of Mac
OS X. We already do that, and in reality oksh should always compile
on all versions of BSD-based Mac OS.
M.travis.yml1-
1 file changed, 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
@@ -5,4 +5,3 @@ os:
 compiler:
   - clang
   - gcc
-osx_image: xcode6.4