Compare commits
1 Commits
master
...
more-shell
Author | SHA1 | Date | |
---|---|---|---|
|
7126872a8b |
@ -2,7 +2,7 @@
|
|||||||
# Run urchin in a bunch of different shells,
|
# Run urchin in a bunch of different shells,
|
||||||
# including a shell that isn't quite POSIX-compatible (zsh)
|
# 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
|
if which $shell > /dev/null 2> /dev/null; then
|
||||||
echo
|
echo
|
||||||
echo Running urchin tests in $shell
|
echo Running urchin tests in $shell
|
||||||
|
Loading…
Reference in New Issue
Block a user