Run shellcheck in test.sh

This commit is contained in:
Greg Hendershott 2019-11-25 11:29:51 -05:00
parent 18eb8fadae
commit abc3d6b6b9

View File

@ -1,3 +1,5 @@
shellcheck ./install-racket.sh
# Starting with Racket 7.4, there is also a "CS" flavor.
for VER in 7.4 ; do
for MIN in 0 1; do