aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
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" ]