# HG changeset patch # User John W. Eaton # Date 1582323449 18000 # Node ID c1ca9b6903cdf7b1497e27340d612b4d0634a78b # Parent 1188addabaad19b4bb6b394cdeb0fa9b65427714# Parent 9413b3d56e00591515c7f91839702c6217a28363 maint: merge stable to default. diff -r 1188addabaad -r c1ca9b6903cd scripts/miscellaneous/what.m --- a/scripts/miscellaneous/what.m Fri Feb 21 17:15:40 2020 -0500 +++ b/scripts/miscellaneous/what.m Fri Feb 21 17:17:29 2020 -0500 @@ -163,7 +163,7 @@ if (isfile (fullfile (dir, nm))) w.oct{end+1} = nm; endif - elseif (strcmp (e, mexext ())) + elseif (strcmp (e, ['.' mexext])) if (isfile (fullfile (dir, nm))) w.mex{end+1} = nm; endif