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