mirror of git://anongit.mindrot.org/openssh.git
Don't use 'here string", it's not POSIX.
This commit is contained in:
parent
086a4b5977
commit
8c626cc563
|
@ -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