We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 811bb35 commit aaed749Copy full SHA for aaed749
src/mezz/sys-start.reb
@@ -67,7 +67,7 @@ start: func [
67
file: second split-path boot
68
foreach dir parse any [get-env "PATH" ""] pick ";:" system/platform = 'Windows [
69
dir: dirize as file! dir
70
- if exists? probe tmp: dir/:file [
+ if exists? tmp: dir/:file [
71
boot: tmp
72
break
73
]
0 commit comments