Use set -e

This commit is contained in:
Greg Hendershott 2013-07-02 18:11:22 -04:00
parent 52c63b2580
commit e4b1b59f22

View File

@ -1,3 +1,5 @@
set -e
VERSION=5.3.5
URL="http://download.racket-lang.org/installers/$VERSION/racket/racket-$VERSION-bin-x86_64-linux-ubuntu-precise.sh"
INSTALL="./racket-$VERSION.sh"