Home
last modified time | relevance | path

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

/freebsd/contrib/bmake/
H A Dcompat.c249 bool useShell; /* True if command should be executed using a in Compat_RunCommand() local
317 useShell = UseShell(cmd); in Compat_RunCommand()
331 useShell = true; in Compat_RunCommand()
335 if (useShell) { in Compat_RunCommand()