You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix warnings from shellcheck v0.3.3 (on TravisCI).
There were the following complaints:
src/main/scripts/ci/check-build-and-verify.sh:56:53: note: fgrep is non-standard and deprecated. Use grep -F instead. [SC2197]
src/main/scripts/ci/check-build-and-verify.sh:57:53: note: fgrep is non-standard and deprecated. Use grep -F instead. [SC2197]
src/main/scripts/ci/check-build-and-verify.sh:58:54: note: egrep is non-standard and deprecated. Use grep -E instead. [SC2196]
src/main/scripts/ci/check-build-and-verify.sh:254:224: note: fgrep is non-standard and deprecated. Use grep -F instead. [SC2197]
src/main/scripts/ci/common.sh:28:2: note: egrep is non-standard and deprecated. Use grep -E instead. [SC2196]
0 commit comments