From c757754ca139ba26063065e54d93eae83b52be97 Mon Sep 17 00:00:00 2001 From: Casey Rodarmor Date: Thu, 16 Nov 2023 13:53:32 -0800 Subject: [PATCH] Remove quotes --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c67d5883f9..09368f023a 100644 --- a/README.md +++ b/README.md @@ -1811,9 +1811,9 @@ split shebang lines differently. Windows does not support shebang lines. On Windows, `just` splits the shebang line into a command and arguments, saves the recipe body to a file, and invokes the split command and arguments, adding the path to the saved recipe body as -the final argument. For example, on Windows, if a recipe starts with -`#! py`, the final command the OS runs will be something like `py -C:\Temp\PATH_TO_SAVED_RECIPE_BODY`". +the final argument. For example, on Windows, if a recipe starts with `#! py`, +the final command the OS runs will be something like `py +C:\Temp\PATH_TO_SAVED_RECIPE_BODY`. ### Safer Bash Shebang Recipes