aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Bowker <[email protected]>2017-05-25 17:02:21 +0100
committerRichard Bowker <[email protected]>2017-05-25 17:02:21 +0100
commit4ee407956cdc5cb491369061d285c331acdb8696 (patch)
tree0c738c17474bed4e48271805b284428f3a6f74ee
parentb745d1d6ea9447f90917c7ea1af746a851d0a368 (diff)
downloadkerl-4ee407956cdc5cb491369061d285c331acdb8696.tar.gz
kerl-4ee407956cdc5cb491369061d285c331acdb8696.tar.bz2
kerl-4ee407956cdc5cb491369061d285c331acdb8696.zip
Remove spurious spaces around KERL_CONFIGURE_OPTIONS line
- extra spaces were causing the line to error: /usr/local/bin/kerl: line 552: KERL_CONFIGURE_OPTIONS: command not found
-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