Skip to content

Commit ac4586c

Browse files
committed
src/main/scripts: use /bin/bash to fix "set: Illegal option -o pipefail" error.
Correction for f296397 commit. Addressed to #351
1 parent f296397 commit ac4586c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/scripts/ci/check-build-and-verify.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/sh
1+
#!/bin/bash
22

33
# Treat unset variables and parameters as an error when performing parameter expansion
44
set -o nounset

src/main/scripts/ci/publish-code-coverage.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/sh
1+
#!/bin/bash
22

33
# Treat unset variables and parameters as an error when performing parameter expansion
44
set -o nounset

0 commit comments

Comments
 (0)