Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 3ea5926a authored by DIB Elian's avatar DIB Elian
Browse files

Fixed typo in linux pipe command

parent 4a89bd5a
No related branches found
No related tags found
No related merge requests found
......@@ -94,7 +94,7 @@ extraHEVCArgList = paramToArgList(extraHEVCParams);
if ispc
redirect = @(logfile) ['> "',logfile,'" | type "' logfile, '"'];
elseif isunix
redirect = @(logfile) ['| tee ' ,LogFile];
redirect = @(logfile) ['| tee ' ,logfile];
end
% Execute command
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment