Fix raco command
This commit is contained in:
parent
ebbdab3de8
commit
c6f15f1888
|
@ -54,7 +54,7 @@ EOF
|
||||||
|
|
||||||
if [[ "$RACKET_MINIMAL" = "1" ]]; then
|
if [[ "$RACKET_MINIMAL" = "1" ]]; then
|
||||||
echo "Minimal Racket: Installing rackunit package..."
|
echo "Minimal Racket: Installing rackunit package..."
|
||||||
raco pkg install --auto --scope installation rackunit
|
${RACKET_DIR}/bin/raco pkg install --auto --scope installation rackunit
|
||||||
fi
|
fi
|
||||||
|
|
||||||
exit 0
|
exit 0
|
||||||
|
|
Loading…
Reference in New Issue
Block a user