Home
last modified time | relevance | path

Searched refs:useShell (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/bmake/
H A Dcompat.c237 bool useShell; /* True if command should be executed using a in Compat_RunCommand() local
302 useShell = UseShell(cmd); in Compat_RunCommand()
321 if (useShell) { in Compat_RunCommand()