Don't use 'here string", it's not POSIX.

This commit is contained in:
Darren Tucker 2021-10-21 16:53:39 +11:00
parent 086a4b5977
commit 8c626cc563

2
.github/setup_ci.sh vendored

@ -29,7 +29,7 @@ for TARGET in $TARGETS; do
# nothing to do # nothing to do
;; ;;
clang-*|gcc-*) clang-*|gcc-*)
compiler=$(sed 's/-Werror//' <<<$TARGET) compiler=$(echo $TARGET | sed 's/-Werror//')
PACKAGES="$PACKAGES $compiler" PACKAGES="$PACKAGES $compiler"
;; ;;
kerberos5) kerberos5)