# HG changeset patch # User Markus Mützel # Date 1653582396 -7200 # Node ID ded93e72418d5f7003ca4d9aa1749c4ed16c3989 # Parent 509ba2cc30ece0d93ef7266b982bf994f12bff26# Parent 9504d582b2c626d3a6d8b17bf5e37140e701e8c3 maint: Merge stable to default. diff -r 509ba2cc30ec -r ded93e72418d scripts/miscellaneous/mkoctfile.m --- 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