Skip to content

Commit b701f5e

Browse files
committed
fix: combine paths into single string
1 parent c18b9e7 commit b701f5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildfile.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
if ~package.Installed
1717

18-
originalPath = addpath(fullfile(plan.RootFolder, [package.Folders.Path]));
18+
originalPath = addpath(join(fullfile(plan.RootFolder, [package.Folders.Path]), pathsep()));
1919
restorePath = onCleanup(@() path(originalPath));
2020
end
2121
end

0 commit comments

Comments
 (0)