1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

don't use /var/tmp

This commit is contained in:
Alexander Medvednikov
2019-06-22 22:00:38 +02:00
parent ce3d560e09
commit 96e15b0f0f
2 changed files with 11 additions and 13 deletions

View File

@@ -369,9 +369,7 @@ pub fn mkdir(path string) {
C.CreateDirectory(path.cstr(), 0)
}
$else {
println('AAAAAAAA $$ "$path"')
C.mkdir(path.cstr(), 511)// S_IRWXU | S_IRWXG | S_IRWXO
// os.system2('mkdir -p $path')
}
}