Skip to content

Commit d1d412c

Browse files
committed
remove redundant logic
1 parent d2d4aab commit d1d412c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildfile.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ function build_exe(context)
163163
if ispc() && ~isempty(co)
164164
disp("Shell: " + co.Details.CommandLineShell)
165165

166-
if any(startsWith(co.ShortName, ["INTEL", "MSVC"]))
166+
if startsWith(co.ShortName, ["INTEL", "MSVC"])
167167
shell = join([strcat('"',string(co.Details.CommandLineShell),'"'), ...
168168
co.Details.CommandLineShellArg], " ");
169169
end

0 commit comments

Comments
 (0)