diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-11-14 12:58:28 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-07-05 02:02:38 +0300 |
commit | 89da26b9b38ec477e849f06f22762f4ff095d2e4 (patch) | |
tree | 81f1dfe7f9c94c61196d1224d13825845cce29f0 | |
parent | 0a3fbc8bc8f959477582b309d2060f91dcda6149 (diff) | |
download | hercules-89da26b9b38ec477e849f06f22762f4ff095d2e4.tar.gz hercules-89da26b9b38ec477e849f06f22762f4ff095d2e4.tar.bz2 hercules-89da26b9b38ec477e849f06f22762f4ff095d2e4.tar.xz hercules-89da26b9b38ec477e849f06f22762f4ff095d2e4.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 |