Fix env var set
This commit is contained in:
parent
31a1e466fb
commit
ae7f90507a
|
@ -4,7 +4,7 @@
|
|||
set -e
|
||||
|
||||
if [[ "$RACKET_EDITION" = "" ]]; then
|
||||
RACKET_EDITION = "FULL"
|
||||
RACKET_EDITION="FULL"
|
||||
fi
|
||||
|
||||
if [[ "$RACKET_VERSION" = "HEAD" ]]; then
|
||||
|
|
Loading…
Reference in New Issue
Block a user