summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-11-14 12:58:28 +0300
committerAndrei Karas <akaras@inbox.ru>2015-08-09 14:33:49 +0300
commit5a5cf758626ed30118c3767199dc67a98fa3b7c9 (patch)
treef3df81f1e970a03c12323dcedc362de380e09a43
parent3224f301a4fcd6f107ac72c23a7733f17dcdd3eb (diff)
downloadhercules-5a5cf758626ed30118c3767199dc67a98fa3b7c9.tar.gz
hercules-5a5cf758626ed30118c3767199dc67a98fa3b7c9.tar.bz2
hercules-5a5cf758626ed30118c3767199dc67a98fa3b7c9.tar.xz
hercules-5a5cf758626ed30118c3767199dc67a98fa3b7c9.zip
fix typo in build script.
-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