Skip to content

Commit a87d5d2

Browse files
committed
read_symlink: ensure posix
1 parent 46774a2 commit a87d5d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

+stdlib/read_symlink.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@
2323
else
2424
[ok, t] = isSymbolicLink(p);
2525
if ok
26-
r = t;
26+
r = stdlib.posix(t);
2727
end
2828
end

0 commit comments

Comments
 (0)