diff options
author | Thijs Schreijer <thijs@thijsschreijer.nl> | 2013-10-10 08:45:28 +0200 |
---|---|---|
committer | Thijs Schreijer <thijs@thijsschreijer.nl> | 2013-10-10 08:45:28 +0200 |
commit | 8c675a194ed8b038dcf3678d995aa87899282692 (patch) | |
tree | d8a15f49e04e92b5bcb7d417a7e6ccdae70583ca /install.bat | |
parent | 41a84a7f1fe0b62b2fbbb3fda992f586b6c43f9e (diff) | |
download | luarocks-8c675a194ed8b038dcf3678d995aa87899282692.tar.gz luarocks-8c675a194ed8b038dcf3678d995aa87899282692.tar.bz2 luarocks-8c675a194ed8b038dcf3678d995aa87899282692.zip |
fix paths for 5.2, escaping in installer and fix wrapper scripts
Diffstat (limited to 'install.bat')
-rw-r--r-- | install.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install.bat b/install.bat index 8d8b3e4c..0f34276d 100644 --- a/install.bat +++ b/install.bat | |||
@@ -541,7 +541,7 @@ for _, c in ipairs{"luarocks", "luarocks-admin"} do | |||
541 | @ECHO OFF | 541 | @ECHO OFF |
542 | SETLOCAL | 542 | SETLOCAL |
543 | SET LUA_PATH=$LUADIR\?.lua;$LUADIR\?\init.lua;%LUA_PATH% | 543 | SET LUA_PATH=$LUADIR\?.lua;$LUADIR\?\init.lua;%LUA_PATH% |
544 | IF NOT *%LUA_PATH_5_2%*==** ( | 544 | IF NOT "%LUA_PATH_5_2%"=="" ( |
545 | SET LUA_PATH_5_2=$LUADIR\?.lua;$LUADIR\?\init.lua;%LUA_PATH_5_2% | 545 | SET LUA_PATH_5_2=$LUADIR\?.lua;$LUADIR\?\init.lua;%LUA_PATH_5_2% |
546 | ) | 546 | ) |
547 | SET PATH=$BINDIR\;%PATH% | 547 | SET PATH=$BINDIR\;%PATH% |