Use = not ==

The bash shebang didn't seem to have an effect (??). Instead assume sh
and use = not == in conditional.
This commit is contained in:
Greg Hendershott 2013-10-17 04:39:16 -04:00
parent 2100270687
commit 4be2727422

View File

@ -1,8 +1,6 @@
#!/bin/bash
set -e
if [ "$RACKET_VERSION" == "HEAD" ]; then
if [ "$RACKET_VERSION" = "HEAD" ]; then
# Unfortunately there is no abstract URL for "HEAD" -- the nighly
# builds have a version number like 5.90.0.9 embedded in the
# URL. So this will need to be updated manually whenever the