mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 05:07:42 +03:00
configure: Remove unnecessary 'echo'
This commit is contained in:
parent
edba284071
commit
4c51271865
1 changed files with 1 additions and 1 deletions
2
configure
vendored
2
configure
vendored
|
@ -403,7 +403,7 @@ then
|
|||
else
|
||||
suffixes="5.1 51 -5.1 -51 5.2 52 -5.2 -52 5.3 53 -5.3 -53"
|
||||
fi
|
||||
for suffix in "" `echo $suffixes`
|
||||
for suffix in "" $suffixes
|
||||
do
|
||||
search_interpreter "$suffix" && {
|
||||
lua_interp_found=yes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue