diff options
-rw-r--r-- | src/luarocks/cfg.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/luarocks/cfg.lua b/src/luarocks/cfg.lua index 90bed195..f3cbe1fb 100644 --- a/src/luarocks/cfg.lua +++ b/src/luarocks/cfg.lua | |||
@@ -235,7 +235,7 @@ local defaults = { | |||
235 | PATCH = "patch", | 235 | PATCH = "patch", |
236 | 236 | ||
237 | ZIP = "zip", | 237 | ZIP = "zip", |
238 | UNZIP = "unzip", | 238 | UNZIP = "unzip -n", |
239 | GUNZIP = "gunzip", | 239 | GUNZIP = "gunzip", |
240 | BUNZIP2 = "bunzip2", | 240 | BUNZIP2 = "bunzip2", |
241 | TAR = "tar", | 241 | TAR = "tar", |