community/crystal: fix variable comparison
when unset, this generates a `sh: out of range` error, as the variable is empty, and [ "" -eq 1 ] is invalid
Loading
when unset, this generates a `sh: out of range` error, as the variable is empty, and [ "" -eq 1 ] is invalid