Commit dae748d7 authored by Jay Dubb's avatar Jay Dubb
Browse files

-- Fix another small bug in setpaths

parent d6acdf15
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -212,7 +212,7 @@ if length(wspaths)>1
    end
end

if exist([wspaths{1}, '/Utils/setpaths_proprietary.m'],'file')
if exist([pwd, '/Utils/setpaths_proprietary.m'],'file')
    setpaths_proprietary(options);
end