aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorXpol Wan <xpolife@gmail.com>2015-03-18 15:38:52 +0800
committerXpol Wan <xpolife@gmail.com>2015-03-18 15:38:52 +0800
commit90586f6616b2b1c7cea67eaa64a8c79e1591a921 (patch)
tree342022bcd96c1400e171fb5171ff55f2a3332b60 /configure
parentbdf218bfa94abf353d662ee92674ca22a33f8f25 (diff)
parent88a903a50bd0e581b8886004402d41f44d2255e1 (diff)
downloadluarocks-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-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index e67337ab..e84f00bf 100755
--- a/configure
+++ b/configure
@@ -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