Fixes a typo in the build script.

This commit is contained in:
James Phillips 2016-11-08 14:37:16 -08:00
parent 45def3e9ac
commit 21c94a956b
No known key found for this signature in database
GPG Key ID: 77183E682AC5FC11
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ DIR="$( cd -P "$( dirname "$SOURCE" )/.." && pwd )"
# Change into that dir because we expect that.
cd $DIR
# Make sure build tools are abailable.
# Make sure build tools are available.
make tools
# Build the standalone version of the web assets for the sanity check.