io.standard-paths.windows: We call >lower on the paths being compared, but

not on the original file we are looking for. So searching for something
like "Code.exe" would never find it. Fixed.
db4
Doug Coleman 2016-03-07 13:21:30 -08:00
parent b4af13959d
commit 334cc880ec
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ system unicode.case ;
IN: io.standard-paths.windows
M: windows find-in-applications
>lower
'[ [ >lower _ tail? ] find-in-program-files ] map-find drop ;
M: windows find-in-path*