Searched hist:205154 (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/tools/regression/bin/sh/builtins/
H A Dcommand11.0205154 Sun Mar 14 12:30:16 MDT 2010 jilles sh: Do not abort on a redirection error on a compound command.

Redirection errors on subshells already did not abort the shell because
the redirection is executed in the subshell.

Other shells seem to agree that these redirection errors should not abort
the shell.

Also ensure that the redirections will be cleaned up properly in cases like
command eval '{ shift x; } 2>/dev/null'

Example:
{ echo bad; } </var/empty/x; echo good
/freebsd-9.3-release/tools/regression/bin/sh/errors/
H A Dredirection-error6.0205154 Sun Mar 14 12:30:16 MDT 2010 jilles sh: Do not abort on a redirection error on a compound command.

Redirection errors on subshells already did not abort the shell because
the redirection is executed in the subshell.

Other shells seem to agree that these redirection errors should not abort
the shell.

Also ensure that the redirections will be cleaned up properly in cases like
command eval '{ shift x; } 2>/dev/null'

Example:
{ echo bad; } </var/empty/x; echo good
/freebsd-9.3-release/bin/sh/
H A Deval.cdiff 205154 Sun Mar 14 12:30:16 MDT 2010 jilles sh: Do not abort on a redirection error on a compound command.

Redirection errors on subshells already did not abort the shell because
the redirection is executed in the subshell.

Other shells seem to agree that these redirection errors should not abort
the shell.

Also ensure that the redirections will be cleaned up properly in cases like
command eval '{ shift x; } 2>/dev/null'

Example:
{ echo bad; } </var/empty/x; echo good

Completed in 137 milliseconds