ci: fix `v self`

pull/6665/head
Delyan Angelov 2020-10-21 13:43:18 +03:00
parent 7b552eb590
commit 1aa6c125d9
1 changed files with 1 additions and 0 deletions

View File

@ -193,6 +193,7 @@ pub fn should_recompile_tool(vexe string, tool_source string) bool {
should_compile = true
}
}
return should_compile
}
pub fn quote_path_with_spaces(s string) string {