summaryrefslogtreecommitdiff
path: root/git/cmd.py
diff options
context:
space:
mode:
Diffstat (limited to 'git/cmd.py')
-rw-r--r--git/cmd.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/git/cmd.py b/git/cmd.py
index 668d8f4a..2c76710c 100644
--- a/git/cmd.py
+++ b/git/cmd.py
@@ -502,7 +502,7 @@ class Git(LazyMixin):
# Prevent cmd prompt popups on windows by using a shell ... .
# See https://github.com/gitpython-developers/GitPython/pull/126
shell=sys.platform == 'win32',
- close_fds=(os.name == 'posix'), # unsupported on linux
+ close_fds=(os.name == 'posix'), # unsupported on windows
**subprocess_kwargs
)
if as_process: