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-05 17:46:58 +0300
commita74724fd993355d73cc47e2a5e5c875893254b4d (patch)
treea7e62d205bc9e047ba674fc9609d1dedfcd9aba7
parentdd9a754cb8f026b8ed2fecd20e6ec2c679953294 (diff)
downloadhercules-a74724fd993355d73cc47e2a5e5c875893254b4d.tar.gz
hercules-a74724fd993355d73cc47e2a5e5c875893254b4d.tar.bz2
hercules-a74724fd993355d73cc47e2a5e5c875893254b4d.tar.xz
hercules-a74724fd993355d73cc47e2a5e5c875893254b4d.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