summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-11-14 12:58:28 +0300
committerAndrei Karas <akaras@inbox.ru>2015-07-05 02:02:38 +0300
commit89da26b9b38ec477e849f06f22762f4ff095d2e4 (patch)
tree81f1dfe7f9c94c61196d1224d13825845cce29f0
parent0a3fbc8bc8f959477582b309d2060f91dcda6149 (diff)
downloadhercules-89da26b9b38ec477e849f06f22762f4ff095d2e4.tar.gz
hercules-89da26b9b38ec477e849f06f22762f4ff095d2e4.tar.bz2
hercules-89da26b9b38ec477e849f06f22762f4ff095d2e4.tar.xz
hercules-89da26b9b38ec477e849f06f22762f4ff095d2e4.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