diff options
Diffstat (limited to 'install.bat')
-rw-r--r-- | install.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install.bat b/install.bat index 0100ca63..7a5df9cd 100644 --- a/install.bat +++ b/install.bat | |||
@@ -80,7 +80,7 @@ local function exists(filename) | |||
80 | end | 80 | end |
81 | 81 | ||
82 | local function mkdir (dir) | 82 | local function mkdir (dir) |
83 | return exec([[.\win32\tools\mkdir -p "]]..dir..[[" >NUL]]) | 83 | return exec([[MKDIR "]]..dir..[[" >NUL]]) |
84 | end | 84 | end |
85 | 85 | ||
86 | -- does the current user have admin privileges ( = elevated) | 86 | -- does the current user have admin privileges ( = elevated) |