Skip to content

Commit ed417b2

Browse files
committed
compatible to 2017b'
1 parent ef0b7a0 commit ed417b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

+stdlib/perl_exe.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
return
1111
end
1212

13-
cwd = fileparts(mfilename("fullpath"));
13+
ps = [fileparts(mfilename("fullpath")), '/private/executable.pl'];
1414

15-
[r, s] = perl(cwd + "/private/executable.pl");
15+
[r, s] = perl(ps);
1616

1717
if s == 0 && isfile(r)
1818
exe = r;

0 commit comments

Comments
 (0)