aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThijs Schreijer <thijs@thijsschreijer.nl>2015-05-26 08:26:48 +0200
committerThijs Schreijer <thijs@thijsschreijer.nl>2015-05-26 08:26:48 +0200
commit9861f680a6fe9f2ef6eed6b95fe68427c5d6bf89 (patch)
tree904471d5d77e9fa253eac51d4c4668d02939760c
parent58220b2b07d742313482975a7aa121f4b3fcce9e (diff)
parentbaf7ffa63ab48b73bd328f9a9153a7f2cfecbc25 (diff)
downloadluarocks-9861f680a6fe9f2ef6eed6b95fe68427c5d6bf89.tar.gz
luarocks-9861f680a6fe9f2ef6eed6b95fe68427c5d6bf89.tar.bz2
luarocks-9861f680a6fe9f2ef6eed6b95fe68427c5d6bf89.zip
Merge pull request #376 from Tieske/master
remove excess line (debugline for windows installer)
-rw-r--r--install.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/install.bat b/install.bat
index ffde28db..d81a25a7 100644
--- a/install.bat
+++ b/install.bat
@@ -319,7 +319,7 @@ local function look_for_interpreter (directory)
319 return true 319 return true
320 end 320 end
321 end 321 end
322 print(" No Lua interpreter found") 322 --print(" No Lua interpreter found")
323 return false 323 return false
324end 324end
325 325