Merge pull request #27837 from jfindlay/true_shell

reverse truth in python_shell documentation
This commit is contained in:
Mike Place 2015-10-12 09:25:13 -06:00
commit e264db7702

View file

@ -655,7 +655,7 @@ def run(cmd,
Shell to execute under. Defaults to the system default shell.
python_shell
If True, let python handle the positional arguments. Set to False
If False, let python handle the positional arguments. Set to True
to use shell features, such as pipes or redirection
env
@ -1064,7 +1064,7 @@ def run_stdout(cmd,
Shell to execute under. Defaults to the system default shell.
python_shell
If True, let python handle the positional arguments. Set to False
If False, let python handle the positional arguments. Set to True
to use shell features, such as pipes or redirection
env
@ -1247,7 +1247,7 @@ def run_stderr(cmd,
Shell to execute under. Defaults to the system default shell.
python_shell
If True, let python handle the positional arguments. Set to False
If False, let python handle the positional arguments. Set to True
to use shell features, such as pipes or redirection
env
@ -1429,7 +1429,7 @@ def run_all(cmd,
Shell to execute under. Defaults to the system default shell.
python_shell
If True, let python handle the positional arguments. Set to False
If False, let python handle the positional arguments. Set to True
to use shell features, such as pipes or redirection
env
@ -1610,7 +1610,7 @@ def retcode(cmd,
Shell to execute under. Defaults to the system default shell.
python_shell
If True, let python handle the positional arguments. Set to False
If False, let python handle the positional arguments. Set to True
to use shell features, such as pipes or redirection
env
@ -1844,7 +1844,7 @@ def script(source,
Shell to execute under. Defaults to the system default shell.
python_shell
If True, let python handle the positional arguments. Set to False
If False, let python handle the positional arguments. Set to True
to use shell features, such as pipes or redirection
env
@ -2057,7 +2057,7 @@ def script_retcode(source,
Shell to execute under. Defaults to the system default shell.
python_shell
If True, let python handle the positional arguments. Set to False
If False, let python handle the positional arguments. Set to True
to use shell features, such as pipes or redirection
env
@ -2320,7 +2320,7 @@ def run_chroot(root,
Shell to execute under. Defaults to the system default shell.
python_shell
If True, let python handle the positional arguments. Set to False
If False, let python handle the positional arguments. Set to True
to use shell features, such as pipes or redirection
env