diff --git a/compiler/main.v b/compiler/main.v index 4d75d27b62..e15d287ced 100644 --- a/compiler/main.v +++ b/compiler/main.v @@ -901,7 +901,7 @@ fn update_v() { os.rm( v_backup_file ) } os.mv('$vroot/v.exe', v_backup_file) - s2 := os.exec('$vroot/make.bat') or { + s2 := os.exec('"$vroot/make.bat"') or { cerror(err) return }