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

13 lines
399 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
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": [],
},