+13
−13
Loading
Most modern shells know how to interpret the string version of commands when parsing them from a variable, but some shells like the one centos 7 uses misinterpret the command causing the dpdk version check in configure to fail erroneously. This can be observed in the CentOS logs of recent vs dpdk master jobs on the CI. This method looks to be the more conservative way of doing the same thing and fixes the issue on my dev machine. Change-Id: Ib51c537ec88c781eb62519e08e4252ae05e554ef Signed-off-by:Seth Howell <seth.howell@intel.com> Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/467714 Reviewed-by:
Paul Luse <paul.e.luse@intel.com> Reviewed-by:
Tomasz Zawadzki <tomasz.zawadzki@intel.com> Reviewed-by:
Ben Walker <benjamin.walker@intel.com> Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com>