remove conflicting ksh calls
This commit is contained in:
parent
a749c8dae3
commit
5aace72fc6
@ -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 oksh pdksh zsh; do
|
||||
for shell in dash bash ksh zsh; do
|
||||
if which $shell > /dev/null 2> /dev/null; then
|
||||
echo
|
||||
echo Running urchin tests in $shell
|
||||
|
Loading…
x
Reference in New Issue
Block a user