diff options
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 ee8626f9..8563f2da 100644 --- a/install.bat +++ b/install.bat | |||
@@ -983,7 +983,7 @@ if FORCE_CONFIG then | |||
983 | f:write("site_config.LUAROCKS_FORCE_CONFIG=true\n") | 983 | f:write("site_config.LUAROCKS_FORCE_CONFIG=true\n") |
984 | end | 984 | end |
985 | if vars.SYSCONFFORCE then -- only write this value when explcitly given, otherwise rely on defaults | 985 | if vars.SYSCONFFORCE then -- only write this value when explcitly given, otherwise rely on defaults |
986 | f:write("site_config.LUAROCKS_SYSCONFIG=[[$CONFIG_FILE]]\n") | 986 | f:write(S("site_config.LUAROCKS_SYSCONFIG=[[$CONFIG_FILE]]\n")) |
987 | end | 987 | end |
988 | f:write("return site_config\n") | 988 | f:write("return site_config\n") |
989 | f:close() | 989 | f:close() |