diff --git a/compiler/main.v b/compiler/main.v index c002318ff4..8fb91bf987 100644 --- a/compiler/main.v +++ b/compiler/main.v @@ -1024,6 +1024,7 @@ fn install_v(args[]string) { } fn (v &V) test_vget() { + return vexe := os.executable() ret := os.system('$vexe install nedpals.args') if ret != 0 {