From 7126872a8bce1f00d29f62270303210b175556a5 Mon Sep 17 00:00:00 2001 From: Thomas Levine <_@thomaslevine.com> Date: Fri, 29 Jan 2016 19:45:39 +0000 Subject: [PATCH] put mksh in the cross-shell-tests --- cross-shell-tests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cross-shell-tests b/cross-shell-tests index a169ad8..ef9a27d 100755 --- a/cross-shell-tests +++ b/cross-shell-tests @@ -2,7 +2,7 @@ # Run urchin in a bunch of different shells, # including a shell that isn't quite POSIX-compatible (zsh) -for shell in dash bash ksh zsh; do +for shell in dash bash mksh ksh zsh; do if which $shell > /dev/null 2> /dev/null; then echo echo Running urchin tests in $shell