mirror of
git://anongit.mindrot.org/openssh.git
synced 2025-01-21 08:52:46 +00:00
Don't use 'here string", it's not POSIX.
This commit is contained in:
parent
086a4b5977
commit
8c626cc563
2
.github/setup_ci.sh
vendored
2
.github/setup_ci.sh
vendored
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user