Fix raco command

This commit is contained in:
Greg Hendershott 2015-05-18 20:44:15 -04:00
parent ebbdab3de8
commit c6f15f1888

View File

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