diff --git a/redo/sh.do b/redo/sh.do index 0e90d2f..82c7507 100644 --- a/redo/sh.do +++ b/redo/sh.do @@ -11,7 +11,8 @@ WARN= # powerful ones. We want weaker shells to take precedence, as long as they # pass the tests, because weaker shells are more likely to point out when you # use some non-portable feature. -for sh in dash /usr/xpg4/bin/sh ash posh mksh ksh ksh88 ksh93 pdksh \ +for sh in dash /usr/xpg4/bin/sh ash posh \ + lksh mksh ksh ksh88 ksh93 pdksh \ zsh bash busybox /bin/sh; do printf " %-22s" "$sh..." FOUND=`which $sh 2>/dev/null` || { echo "missing"; continue; }