From 365f17d7f37b8193c97f5a56041c31a2d2dd1776 Mon Sep 17 00:00:00 2001 From: James Phillips Date: Tue, 8 Nov 2016 14:37:16 -0800 Subject: [PATCH] Fixes a typo in the build script. --- scripts/dist_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/dist_build.sh b/scripts/dist_build.sh index 83fa16a5f9..5aa8a0b6f6 100755 --- a/scripts/dist_build.sh +++ b/scripts/dist_build.sh @@ -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.