diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-11-14 12:58:28 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-08-09 14:33:49 +0300 |
commit | 5a5cf758626ed30118c3767199dc67a98fa3b7c9 (patch) | |
tree | f3df81f1e970a03c12323dcedc362de380e09a43 | |
parent | 3224f301a4fcd6f107ac72c23a7733f17dcdd3eb (diff) | |
download | hercules-5a5cf758626ed30118c3767199dc67a98fa3b7c9.tar.gz hercules-5a5cf758626ed30118c3767199dc67a98fa3b7c9.tar.bz2 hercules-5a5cf758626ed30118c3767199dc67a98fa3b7c9.tar.xz hercules-5a5cf758626ed30118c3767199dc67a98fa3b7c9.zip |
fix typo in build script.
-rwxr-xr-x | build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |