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
1 changed files with 1 additions and 1 deletions

2
.github/setup_ci.sh vendored
View File

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