diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-11-14 12:58:28 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-11-15 19:15:08 +0300 |
commit | 8c73f1b04039f9f498fae1c47854622dee0996d6 (patch) | |
tree | 20091817c03b70a9889463ce5d82530221dd9ddf | |
parent | 66d9393aa42d5d985179d5a0398c7181d2aa050b (diff) | |
download | hercules-8c73f1b04039f9f498fae1c47854622dee0996d6.tar.gz hercules-8c73f1b04039f9f498fae1c47854622dee0996d6.tar.bz2 hercules-8c73f1b04039f9f498fae1c47854622dee0996d6.tar.xz hercules-8c73f1b04039f9f498fae1c47854622dee0996d6.zip |
fix typo in build script.test
-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 |