diff options
-rw-r--r-- | install.bat | 2 | ||||
-rwxr-xr-x | test/testing.sh | 1 |
2 files changed, 2 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() |
diff --git a/test/testing.sh b/test/testing.sh index 26bdde5f..70bd68b2 100755 --- a/test/testing.sh +++ b/test/testing.sh | |||
@@ -244,6 +244,7 @@ mkdir -p "$testing_server" | |||
244 | get "$luarocks_repo/validate-args-1.5.4-1.rockspec" | 244 | get "$luarocks_repo/validate-args-1.5.4-1.rockspec" |
245 | get "$luarocks_repo/luasec-0.5-2.rockspec" | 245 | get "$luarocks_repo/luasec-0.5-2.rockspec" |
246 | get "$luarocks_repo/luabitop-1.0.2-1.rockspec" | 246 | get "$luarocks_repo/luabitop-1.0.2-1.rockspec" |
247 | get "$luarocks_repo/luabitop-1.0.2-1.src.rock" | ||
247 | get "$luarocks_repo/lpty-1.0.1-1.src.rock" | 248 | get "$luarocks_repo/lpty-1.0.1-1.src.rock" |
248 | get "$luarocks_repo/cprint-${verrev_cprint}.src.rock" | 249 | get "$luarocks_repo/cprint-${verrev_cprint}.src.rock" |
249 | get "$luarocks_repo/cprint-${verrev_cprint}.rockspec" | 250 | get "$luarocks_repo/cprint-${verrev_cprint}.rockspec" |