aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2015-03-17 22:39:58 -0300
committerHisham Muhammad <hisham@gobolinux.org>2015-03-17 22:39:58 -0300
commit6e21673d5e879a5b24ec24cd22a5a0e66eefeb71 (patch)
tree0f31d8da0a4b04a496b0203a631680aef1b09c3c
parent4e9a0e366737f903d01d3907e46221bd25117548 (diff)
downloadluarocks-6e21673d5e879a5b24ec24cd22a5a0e66eefeb71.tar.gz
luarocks-6e21673d5e879a5b24ec24cd22a5a0e66eefeb71.tar.bz2
luarocks-6e21673d5e879a5b24ec24cd22a5a0e66eefeb71.zip
Try the one we have as `lua` first!
-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