mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 05:07:42 +03:00
configure: Fix quote on the correct side of the equals sign
This commit is contained in:
parent
de17820626
commit
1d21e033f3
1 changed files with 1 additions and 1 deletions
2
configure
vendored
2
configure
vendored
|
@ -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" ]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue