diff options
Diffstat (limited to 'src/luarocks/command_line.lua')
-rw-r--r-- | src/luarocks/command_line.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/luarocks/command_line.lua b/src/luarocks/command_line.lua index 963916bd..58c54354 100644 --- a/src/luarocks/command_line.lua +++ b/src/luarocks/command_line.lua | |||
@@ -6,6 +6,7 @@ local util = require("luarocks.util") | |||
6 | local cfg = require("luarocks.cfg") | 6 | local cfg = require("luarocks.cfg") |
7 | local fs = require("luarocks.fs") | 7 | local fs = require("luarocks.fs") |
8 | local path = require("luarocks.path") | 8 | local path = require("luarocks.path") |
9 | local dir = require("luarocks.dir") | ||
9 | 10 | ||
10 | --- Display an error message and exit. | 11 | --- Display an error message and exit. |
11 | -- @param message string: The error message. | 12 | -- @param message string: The error message. |