From f61d2674e970744390c55734cc04e562a21d6cdb Mon Sep 17 00:00:00 2001 From: Casey Rodarmor Date: Wed, 5 Jun 2024 21:02:39 +0200 Subject: [PATCH] Document default shell --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1db7c6c35e..aa48696ee1 100644 --- a/README.md +++ b/README.md @@ -999,7 +999,7 @@ $ just test foo "bar baz" #### Shell The `shell` setting controls the command used to invoke recipe lines and -backticks. Shebang recipes are unaffected. +backticks. Shebang recipes are unaffected. The default shell is `sh -cu`. ```just # use python3 to execute recipe lines and backticks