aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Allen <[email protected]>2017-05-25 11:06:17 -0500
committerGitHub <[email protected]>2017-05-25 11:06:17 -0500
commit6537f2629d4bdbf89089b79798e844f36b41ae28 (patch)
tree0c738c17474bed4e48271805b284428f3a6f74ee
parentb745d1d6ea9447f90917c7ea1af746a851d0a368 (diff)
parent4ee407956cdc5cb491369061d285c331acdb8696 (diff)
downloadkerl-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-xkerl2
1 files changed, 1 insertions, 1 deletions
diff --git a/kerl b/kerl
index d26f717..da00fdf 100755
--- a/kerl
+++ b/kerl
@@ -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