Add bash shebang

This commit is contained in:
Greg Hendershott 2013-10-17 04:25:06 -04:00
parent 4d4ad04059
commit 2100270687

View File

@ -1,3 +1,5 @@
#!/bin/bash
set -e
if [ "$RACKET_VERSION" == "HEAD" ]; then