summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-11-14 12:58:28 +0300
committerAndrei Karas <akaras@inbox.ru>2014-11-15 19:15:08 +0300
commit8c73f1b04039f9f498fae1c47854622dee0996d6 (patch)
tree20091817c03b70a9889463ce5d82530221dd9ddf
parent66d9393aa42d5d985179d5a0398c7181d2aa050b (diff)
downloadhercules-test.tar.gz
hercules-test.tar.bz2
hercules-test.tar.xz
hercules-test.zip
fix typo in build script.test
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index fa8cee497..4fa519d36 100755
--- a/build.sh
+++ b/build.sh
@@ -7,7 +7,7 @@ if [[ -z "${CMD}" ]]; then
fi
autoreconf
-if [[ "${CMD}" == "defaule" ]]; then
+if [[ "${CMD}" == "default" ]]; then
./configure --enable-sanitize --disable-lto --enable-packetver=20150000 --enable-debug=gdb
make -j3
make install