redo-sh.do: add 'posh' as another possible shell.
It fails, but who knows, maybe someday it won't.
This commit is contained in:
parent
ee32a965d8
commit
97eea66830
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ mkdir $1.new
|
|||
GOOD=
|
||||
WARN=
|
||||
|
||||
for sh in dash sh /usr/xpg4/bin/sh ash mksh ksh ksh88 ksh93 pdksh \
|
||||
for sh in dash sh /usr/xpg4/bin/sh ash posh mksh ksh ksh88 ksh93 pdksh \
|
||||
bash zsh busybox; do
|
||||
printf "Testing %s... " "$sh"
|
||||
FOUND=`which $sh 2>/dev/null` || { echo "missing"; continue; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue