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

13 lines
454 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: invoke/config.py
--- invoke/config.py.orig
+++ invoke/config.py
@@ -448,7 +448,7 @@ class Config(DataProxy):
# TODO: consider an automatic fallback to /bin/sh for systems lacking
# /bin/bash; however users may configure run.shell quite easily, so...
else:
- shell = "/bin/bash"
+ shell = "/bin/sh"
return {
# TODO: we document 'debug' but it's not truly implemented outside