tools: fix the behaviour of regress.v , when oldv.v is not compiled

pull/14012/head
Delyan Angelov 2022-04-11 19:18:57 +03:00
parent 382586da6d
commit cb969e0934
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ const oldvexe = fullpath(tools_folder, 'oldv')
const oldv_source = fullpath(tools_folder, 'oldv.v')
const vroot = os.real_path(os.dir(tools_folder))
const vroot = os.real_path(os.dir(os.dir(tools_folder)))
const vexe = fullpath(vroot, 'v')