summaryrefslogtreecommitdiff
path: root/install.bat
diff options
context:
space:
mode:
authorAntonin Décimo <antonin.decimo@gmail.com>2019-02-09 14:12:10 +0100
committerHisham Muhammad <hisham@gobolinux.org>2019-02-09 14:12:10 +0100
commit7a28056921ea81a4c93d3249495866605a913d5c (patch)
tree10623484f827f2b130f67a5b173d66796cfd9e53 /install.bat
parent27c0625035cef8abd09440c816fb0aafd7b37854 (diff)
downloadluarocks-7a28056921ea81a4c93d3249495866605a913d5c.tar.gz
luarocks-7a28056921ea81a4c93d3249495866605a913d5c.tar.bz2
luarocks-7a28056921ea81a4c93d3249495866605a913d5c.zip
Fix small misspellings (#957)
Diffstat (limited to 'install.bat')
-rw-r--r--install.bat4
1 files changed, 2 insertions, 2 deletions
diff --git a/install.bat b/install.bat
index 9aef7941..a98b32fd 100644
--- a/install.bat
+++ b/install.bat
@@ -520,7 +520,7 @@ local function get_msvc_env_setup_cmd()
520 end 520 end
521 521
522 -- try vcvarsall.bat in case MS changes the undocumented bat files above. 522 -- try vcvarsall.bat in case MS changes the undocumented bat files above.
523 -- but this way we don't konw if specified compiler is installed... 523 -- but this way we don't know if specified compiler is installed...
524 local vcvarsall = vcdir .. 'vcvarsall.bat' 524 local vcvarsall = vcdir .. 'vcvarsall.bat'
525 if exists(vcvarsall) then 525 if exists(vcvarsall) then
526 local vcvarsall_args = { x86 = "", x86_64 = " amd64" } 526 local vcvarsall_args = { x86 = "", x86_64 = " amd64" }
@@ -1126,7 +1126,7 @@ end
1126-- *********************************************************** 1126-- ***********************************************************
1127-- Cleanup 1127-- Cleanup
1128-- *********************************************************** 1128-- ***********************************************************
1129-- remove regsitry related files, no longer needed 1129-- remove registry related files, no longer needed
1130exec( S[[del "$PREFIX\LuaRocks.reg.*" >NUL]] ) 1130exec( S[[del "$PREFIX\LuaRocks.reg.*" >NUL]] )
1131 1131
1132-- *********************************************************** 1132-- ***********************************************************