mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-06-03 05:20:39 +02: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
|
# 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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user