We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f05f93d commit 777e8c8Copy full SHA for 777e8c8
.github/workflows/build.yml
@@ -33,7 +33,7 @@ jobs:
33
tar xzf bash-5.1.tar.gz
34
35
- name: Compile and install Bash
36
- shell: bash --noprofile --norc -exo pipefail '{0}'
+ shell: bash --noprofile --norc -o igncr -eo pipefail '{0}'
37
run: |
38
# Convert workspace path to Cygwin path
39
DEST=$(cygpath "$GITHUB_WORKSPACE/packages-kib11/bash/files")
0 commit comments