configure: Fix quote on the correct side of the equals sign
authorKim Alvefur <zash@zash.se>
Mon, 28 Nov 2016 06:55:48 +0100
changeset 7752 a43a9ffd0579
parent 7751 4ba697569f84
child 7753 e58524240b30
configure: Fix quote on the correct side of the equals sign
configure
--- a/configure	Sun Nov 27 20:46:55 2016 +0100
+++ b/configure	Mon Nov 28 06:55:48 2016 +0100
@@ -316,7 +316,7 @@
    echo -n "Looking for Lua... "
    if [ ! "$find_lua" ]
    then
-      find_lua"=$(find_program lua$LUA_SUFFIX)"
+      find_lua="$(find_program lua$LUA_SUFFIX)"
       echo "lua$LUA_SUFFIX found in \$PATH: $find_lua"
    fi
    if [ "$find_lua" ]