diff options
Diffstat (limited to 'src/luarocks/cfg.lua')
-rw-r--r-- | src/luarocks/cfg.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/luarocks/cfg.lua b/src/luarocks/cfg.lua index 0099ec3a..de0a8e65 100644 --- a/src/luarocks/cfg.lua +++ b/src/luarocks/cfg.lua | |||
@@ -362,6 +362,7 @@ local defaults = { | |||
362 | FIND = "find", | 362 | FIND = "find", |
363 | TEST = "test", | 363 | TEST = "test", |
364 | CHMOD = "chmod", | 364 | CHMOD = "chmod", |
365 | MKTEMP = "mktemp", | ||
365 | 366 | ||
366 | ZIP = "zip", | 367 | ZIP = "zip", |
367 | UNZIP = "unzip -n", | 368 | UNZIP = "unzip -n", |