Fix env var set

This commit is contained in:
Greg Hendershott 2015-05-18 18:05:47 -04:00
parent 31a1e466fb
commit ae7f90507a

View File

@ -4,7 +4,7 @@
set -e
if [[ "$RACKET_EDITION" = "" ]]; then
RACKET_EDITION = "FULL"
RACKET_EDITION="FULL"
fi
if [[ "$RACKET_VERSION" = "HEAD" ]]; then