We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b04195 commit aa6e2f0Copy full SHA for aa6e2f0
+stdlib/extract_zstd.m
@@ -31,7 +31,7 @@ function extract_zstd_bin(archive, out_dir)
31
out_dir (1,1) string
32
end
33
34
-exe = which("zstd");
+exe = stdlib.which("zstd");
35
assert(~isempty(exe), "need to have Zstd installed: https://github.com/facebook/zstd")
36
37
tar_arc = tempname;
0 commit comments