Software /
code /
prosody
Changeset
7749:a43a9ffd0579
configure: Fix quote on the correct side of the equals sign
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Mon, 28 Nov 2016 06:55:48 +0100 |
parents | 7748:4ba697569f84 |
children | 7750:e58524240b30 |
files | configure |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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" ]