diff options
author | Xpol Wan <xpolife@gmail.com> | 2015-03-18 15:38:52 +0800 |
---|---|---|
committer | Xpol Wan <xpolife@gmail.com> | 2015-03-18 15:38:52 +0800 |
commit | 90586f6616b2b1c7cea67eaa64a8c79e1591a921 (patch) | |
tree | 342022bcd96c1400e171fb5171ff55f2a3332b60 /configure | |
parent | bdf218bfa94abf353d662ee92674ca22a33f8f25 (diff) | |
parent | 88a903a50bd0e581b8886004402d41f44d2255e1 (diff) | |
download | luarocks-90586f6616b2b1c7cea67eaa64a8c79e1591a921.tar.gz luarocks-90586f6616b2b1c7cea67eaa64a8c79e1591a921.tar.bz2 luarocks-90586f6616b2b1c7cea67eaa64a8c79e1591a921.zip |
Merge branch 'master' of https://github.com/keplerproject/luarocks
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" && break | 297 | search_interpreter "$suffix" && break |
298 | done | 298 | done |