diff options
author | Mark Allen <[email protected]> | 2017-05-25 11:06:17 -0500 |
---|---|---|
committer | GitHub <[email protected]> | 2017-05-25 11:06:17 -0500 |
commit | 6537f2629d4bdbf89089b79798e844f36b41ae28 (patch) | |
tree | 0c738c17474bed4e48271805b284428f3a6f74ee | |
parent | b745d1d6ea9447f90917c7ea1af746a851d0a368 (diff) | |
parent | 4ee407956cdc5cb491369061d285c331acdb8696 (diff) | |
download | kerl-6537f2629d4bdbf89089b79798e844f36b41ae28.tar.gz kerl-6537f2629d4bdbf89089b79798e844f36b41ae28.tar.bz2 kerl-6537f2629d4bdbf89089b79798e844f36b41ae28.zip |
Merge pull request #209 from monkeygroover/master
Remove spurious spaces around KERL_CONFIGURE_OPTIONS line
-rwxr-xr-x | kerl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -549,7 +549,7 @@ _do_build() # macOS has been mandatory 64 bit for a while echo -n $KERL_CONFIGURE_OPTIONS | grep "darwin-64bit" 1>/dev/null 2>&1 if [ $? -ne 0 ]; then - KERL_CONFIGURE_OPTIONS = "$KERL_CONFIGURE_OPTIONS --enable-darwin-64bit" + KERL_CONFIGURE_OPTIONS="$KERL_CONFIGURE_OPTIONS --enable-darwin-64bit" fi case "$OSVERSION" in |