From 4ee407956cdc5cb491369061d285c331acdb8696 Mon Sep 17 00:00:00 2001 From: Richard Bowker Date: Thu, 25 May 2017 17:02:21 +0100 Subject: 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 --- kerl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3