diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2014-01-29 20:44:42 -0200 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2014-01-29 20:44:42 -0200 |
commit | 981a8c95f4511d51afa55352901185a313a0597c (patch) | |
tree | 0991769ba52ce814d59c4d135da8fbdef05ce34a /install.bat | |
parent | 6e65663977ad648a778b31e37844801f6c1cb09c (diff) | |
parent | a4a97950c92425168c457aa731d4af2f7a694288 (diff) | |
download | luarocks-981a8c95f4511d51afa55352901185a313a0597c.tar.gz luarocks-981a8c95f4511d51afa55352901185a313a0597c.tar.bz2 luarocks-981a8c95f4511d51afa55352901185a313a0597c.zip |
Merge branch 'master' of github.com:keplerproject/luarocks
Diffstat (limited to 'install.bat')
-rw-r--r-- | install.bat | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/install.bat b/install.bat index a17aff89..934154d0 100644 --- a/install.bat +++ b/install.bat | |||
@@ -816,9 +816,6 @@ if exists(vars.CONFIG_FILE) then | |||
816 | end | 816 | end |
817 | local f = io.open(vars.CONFIG_FILE, "w") | 817 | local f = io.open(vars.CONFIG_FILE, "w") |
818 | f:write([=[ | 818 | f:write([=[ |
819 | rocks_servers = { | ||
820 | [[http://luarocks.org/repositories/rocks]] | ||
821 | } | ||
822 | rocks_trees = { | 819 | rocks_trees = { |
823 | ]=]) | 820 | ]=]) |
824 | if FORCE_CONFIG then | 821 | if FORCE_CONFIG then |