aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-04-28 03:31:58 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-04-28 03:31:58 +0300
commitd68acf72da0c6357ecba343998ae241d816c4986 (patch)
treeb23f54c343434f28e9fd42c14a7299e10b559657
parentworkflows/test: add job "shell: SHELLOPTS" (diff)
downloadsetup-cygwin-d68acf72da0c6357ecba343998ae241d816c4986.tar.gz
setup-cygwin-d68acf72da0c6357ecba343998ae241d816c4986.zip
README: update
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 64ea975..3efd13d 100644
--- a/README.md
+++ b/README.md
@@ -61,8 +61,9 @@ The paths to the Cygwin binaries are added to the PATH variable.
Line terminators
----------------
-When using Cygwin's `bash` as the shell to run the step script, make sure that
-`igncr` is present in the SHELLOPTS variable be either:
+When using Cygwin's `bash` as the shell to run the step script (or if you see
+something like `\r': command not found` in logs), make sure that `igncr` is
+present in the SHELLOPTS variable be either:
* passing `-o igncr` to bash.exe,