Install rackunit (revert previous commit)

This commit is contained in:
Greg Hendershott 2015-05-18 21:32:22 -04:00
parent d7fafefbcc
commit 96953efd06

View File

@ -54,7 +54,7 @@ EOF
if [[ "$RACKET_MINIMAL" = "1" ]]; then
echo "Minimal Racket: Installing rackunit package..."
${RACKET_DIR}/bin/raco pkg install --auto --scope installation rackunit-lib
${RACKET_DIR}/bin/raco pkg install --auto --scope installation rackunit
fi
exit 0