ls -l for debugging

This commit is contained in:
Greg Hendershott 2013-07-02 15:19:44 -04:00
parent f3ee3f4e35
commit 3777bb9940

View File

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