Less hyphen, more underline. And cowbell. More cowbell.

This commit is contained in:
Greg Hendershott 2013-07-02 22:00:04 -04:00
parent d6d7fac51a
commit 5129205faa

View File

@ -1,7 +1,7 @@
set -e set -e
URL="http://download.racket-lang.org/installers/$RACKET-VERSION/racket/racket-$RACKET-VERSION-bin-x86_64-linux-ubuntu-precise.sh" URL="http://download.racket-lang.org/installers/$RACKET_VERSION/racket/racket-$RACKET_VERSION-bin-x86_64-linux-ubuntu-precise.sh"
INSTALL="./racket-$RACKET-VERSION.sh" INSTALL="./racket-$RACKET_VERSION.sh"
echo "Downloading $URL to $INSTALL:" echo "Downloading $URL to $INSTALL:"
curl -o $INSTALL $URL curl -o $INSTALL $URL