Delete debugging ls -l

This commit is contained in:
Greg Hendershott 2013-07-02 15:25:30 -04:00
parent 3777bb9940
commit e71398f4c7

View File

@ -4,7 +4,6 @@ INSTALL="./racket-$VERSION.sh"
echo "Downloading $URL to $INSTALL..."
curl -o $INSTALL $URL
ls -l "$INSTALL"
echo "Running Racket installer..."
chmod u+rx "$INSTALL"