aboutsummaryrefslogtreecommitdiff
path: root/install.bat
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2013-09-26 02:16:40 -0300
committerHisham Muhammad <hisham@gobolinux.org>2013-09-26 02:16:40 -0300
commit4a3c08701e463aa811b40fe61607d246209c5688 (patch)
treebc5027777f5cf3bc6d6dac06eea3344cfa358558 /install.bat
parent606c29d80dd939cccc21c7278cc20d3300df2576 (diff)
parenta55309e6daad16938d899a2311aadab3225755ad (diff)
downloadluarocks-4a3c08701e463aa811b40fe61607d246209c5688.tar.gz
luarocks-4a3c08701e463aa811b40fe61607d246209c5688.tar.bz2
luarocks-4a3c08701e463aa811b40fe61607d246209c5688.zip
Merge branch 'master' of github.com:keplerproject/luarocks
Diffstat (limited to 'install.bat')
-rw-r--r--install.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/install.bat b/install.bat
index 8222454e..abf680a4 100644
--- a/install.bat
+++ b/install.bat
@@ -643,7 +643,7 @@ print(S[[
643 You may want to add the following elements to your paths; 643 You may want to add the following elements to your paths;
644PATH : $LUA_BINDIR;$FULL_PREFIX 644PATH : $LUA_BINDIR;$FULL_PREFIX
645LUA_PATH : $ROCKS_TREE\share\lua\$LUA_VERSION\?.lua;$ROCKS_TREE\share\lua\$LUA_VERSION\?\init.lua 645LUA_PATH : $ROCKS_TREE\share\lua\$LUA_VERSION\?.lua;$ROCKS_TREE\share\lua\$LUA_VERSION\?\init.lua
646LUA_CPATH: $LUA_LIBDIR\lua\$LUA_VERSION\?.dll 646LUA_CPATH: $ROCKS_TREE\lib\lua\$LUA_VERSION\?.dll
647 647
648]]) 648]])
649os.exit(0) 649os.exit(0)