Skip to content
Snippets Groups Projects
Commit 7654ce33 authored by Johannes Pfeifer's avatar Johannes Pfeifer
Browse files

x13: allow for paths with spaces

parent 016806bd
No related branches found
No related tags found
1 merge request!50x13: allow for paths with spaces
......@@ -31,11 +31,7 @@ if ~exist(x13b, 'file')
end
% Run spc file.
if ispc
[errorflag, msg] = system(sprintf('"%s" %s', x13b, basename));
else
[errorflag, msg] = system(sprintf('%s %s', x13b, basename));
end
[errorflag, msg] = system(sprintf('"%s" %s', x13b, basename));
if errorflag
skipline()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment