Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
1--- CSXCAD/matlab/searchBinary.m 2019-07-14 09:24:02.154291745 -0700 2+++ CSXCAD/matlab/searchBinary.m 2019-07-14 09:20:20.900248280 -0700 3@@ -33,7 +33,7 @@ 4 5 % try all search paths 6 for n=1:numel(searchpath) 7- binary_location = [searchpath{n} name]; 8+ binary_location = [searchpath{n} filesep name]; 9 if exist(binary_location, 'file') 10 return 11 end