[dpdk-dev] [PATCH v2 5/5] devtools/test-meson-builds: fix support for FreeBSD

Thomas Monjalon thomas at monjalon.net
Wed Apr 17 18:17:06 CEST 2019


09/04/2019 12:55, Bruce Richardson:
> --- a/devtools/test-meson-builds.sh
> +++ b/devtools/test-meson-builds.sh
> -set -o pipefail
> +# this option gives an error on BSD
> +if [ "`uname`" = "Linux" ] ; then
> +	set -o pipefail
> +fi

I think this is a bash option.
We may require bash at the top of this script as a workaround.
Or we can revert the inital patch piping to cat for verbose mode.





More information about the dev mailing list