Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/bmake/
H A Dcompat.c231 Boolean useShell; /* TRUE if command should be executed in CompatRunCommand() local
299 useShell = TRUE; in CompatRunCommand()
311 useShell = needshell(cmd, FALSE); in CompatRunCommand()
334 if (useShell) { in CompatRunCommand()
367 useShell = 1; in CompatRunCommand()