Skip to content

Commit

Permalink
redo-sh.do: add 'posh' as another possible shell.
Browse files Browse the repository at this point in the history
It fails, but who knows, maybe someday it won't.
  • Loading branch information
apenwarr committed Mar 1, 2011
1 parent ee32a96 commit 97eea66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion redo-sh.do
Original file line number Diff line number Diff line change
Expand Up @@ -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; }
Expand Down

0 comments on commit 97eea66

Please sign in to comment.