From 1d21e033f34e1f8c4be30f94c5c91aceab994964 Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Mon, 28 Nov 2016 06:55:48 +0100 Subject: configure: Fix quote on the correct side of the equals sign --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index d530debe..974823c3 100755 --- a/configure +++ b/configure @@ -316,7 +316,7 @@ then 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" ] -- cgit v1.2.3