12 lines
454 B
Text
12 lines
454 B
Text
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
|