From 3ea5926a2a0b1acf2a6c461e35a9f5077389f3d4 Mon Sep 17 00:00:00 2001 From: Elian Dib <elian.dib@inria.fr> Date: Fri, 23 Mar 2018 15:09:42 +0100 Subject: [PATCH] Fixed typo in linux pipe command --- codec.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codec.m b/codec.m index df22f69..e133dd7 100644 --- a/codec.m +++ b/codec.m @@ -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 -- GitLab