aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/luarocks/cfg.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/luarocks/cfg.lua b/src/luarocks/cfg.lua
index b66a3211..e7e091e9 100644
--- a/src/luarocks/cfg.lua
+++ b/src/luarocks/cfg.lua
@@ -267,7 +267,7 @@ local defaults = {
267 CMAKE = "cmake", 267 CMAKE = "cmake",
268 SEVENZ = "7z", 268 SEVENZ = "7z",
269 269
270 RSYNCFLAGS = "--exclude=.git -Ocavz", 270 RSYNCFLAGS = "--exclude=.git -Oavz",
271 STATFLAG = "-c '%a'", 271 STATFLAG = "-c '%a'",
272 }, 272 },
273 273