Fixes a typo in the build script.
This commit is contained in:
parent
45def3e9ac
commit
21c94a956b
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue