Fixed typo in bootstrap.sh prompt.

Reviewed by me.
This commit is contained in:
Francisco Ryan Tolmasky I
2009-11-01 22:54:25 -08:00
parent 87e39bc707
commit fddf3d70ff
+1 -1
View File
@@ -27,7 +27,7 @@ INSTALL_DIRECTORY="/usr/local/narwhal"
ORIGINAL_PATH="$PATH"
if ! which -s "narwhal"; then
echo "Narwhal JavaScript platform is required. Installyes it into \"$INSTALL_DIRECTORY\"?"
echo "Narwhal JavaScript platform is required. Install it into \"$INSTALL_DIRECTORY\"?"
if prompt; then
echo "Downloading Narwhal..."
curl -L -o "$TEMPZIP" "http://github.com/tlrobinson/narwhal/zipball/master"