From c6f15f1888bf8016df1178a5ae0a5ee1eb8ad00b Mon Sep 17 00:00:00 2001 From: Greg Hendershott Date: Mon, 18 May 2015 20:44:15 -0400 Subject: [PATCH] Fix raco command --- install-racket.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-racket.sh b/install-racket.sh index b4ab9d3..9b3749c 100755 --- a/install-racket.sh +++ b/install-racket.sh @@ -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