ports/devel/py-invoke/patches/patch-tests_config_py

12 lines
399 B
Text

Index: tests/config.py
--- tests/config.py.orig
+++ tests/config.py
@@ -108,7 +108,7 @@ class Config_:
"out_stream": None,
"pty": False,
"replace_env": False,
- "shell": "/bin/bash",
+ "shell": "/bin/sh",
"warn": False,
"watchers": [],
},