changeset 31030:ded93e72418d

maint: Merge stable to default.
author Markus Mützel <markus.muetzel@gmx.de>
date Thu, 26 May 2022 18:26:36 +0200
parents 509ba2cc30ec (current diff) 9504d582b2c6 (diff)
children 8629bb61ef17
files
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/miscellaneous/mkoctfile.m	Thu May 26 13:31:57 2022 +0200
+++ b/scripts/miscellaneous/mkoctfile.m	Thu May 26 18:26:36 2022 +0200
@@ -226,7 +226,7 @@
   [sts, out] = system (cmd);
 
   if (nargout > 0)
-    [output, status] = deal (out, sts);
+    [output, status] = deal (strtrim (out), sts);
     if (sts != 0)
       warning ("mkoctfile: building exited with failure status\n");
     endif