diff --git a/.github/setup_ci.sh b/.github/setup_ci.sh index c0f48f374..75e087b22 100755 --- a/.github/setup_ci.sh +++ b/.github/setup_ci.sh @@ -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)