From 70d1e1b3afc0f92c2ac7727e404d08f298a0f26f Mon Sep 17 00:00:00 2001 From: Casey Rodarmor Date: Wed, 5 Jun 2024 21:06:32 +0200 Subject: [PATCH] Document default shell (#2129) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1db7c6c..aa48696 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