diff options
author | Hisham <hisham@gobolinux.org> | 2016-10-28 12:10:46 -0200 |
---|---|---|
committer | Hisham <hisham@gobolinux.org> | 2016-10-28 12:10:46 -0200 |
commit | 825e722029fbc93976c2d882dd21f444f9bffda0 (patch) | |
tree | e406e578987989d547db1710215af701bf644546 /configure | |
parent | 17f71ed0e37122d24d8df53e276bbb190c12fb69 (diff) | |
parent | 825f903a29df24b912e77e48d8b59e43e3a72029 (diff) | |
download | luarocks-825e722029fbc93976c2d882dd21f444f9bffda0.tar.gz luarocks-825e722029fbc93976c2d882dd21f444f9bffda0.tar.bz2 luarocks-825e722029fbc93976c2d882dd21f444f9bffda0.zip |
Merge branch 'master' into luarocks-3
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -292,7 +292,7 @@ then | |||
292 | else | 292 | else |
293 | suffixes="5.3 53 -5.3 -53 5.2 52 -5.2 -52 5.1 51 -5.1 -51" | 293 | suffixes="5.3 53 -5.3 -53 5.2 52 -5.2 -52 5.1 51 -5.1 -51" |
294 | fi | 294 | fi |
295 | for suffix in "" `echo $suffixes` | 295 | for suffix in `echo $suffixes` "" |
296 | do | 296 | do |
297 | search_interpreter "$suffix" && { | 297 | search_interpreter "$suffix" && { |
298 | lua_interp_found=yes | 298 | lua_interp_found=yes |