devtools: fix result of svg include check
authorMichael Santana <msantana@redhat.com>
Mon, 4 Mar 2019 19:07:16 +0000 (14:07 -0500)
committerThomas Monjalon <thomas@monjalon.net>
Mon, 4 Mar 2019 21:46:10 +0000 (22:46 +0100)
commit1f6168503e882a37efbc8746e42c8af01a342405
tree6edb9dc16b7053711b54bb1f2182eead4950f988
parentabdd314151b304eeab08528555e884544151a2e4
devtools: fix result of svg include check

Fix trivial bug. In sh shell, 'foo = 1' is not the same as
'foo=1'. Using 'foo = 1' makes the shell attempt to interpret foo
as a command, rather than a simple variable assignment.

Fixes: dafc04c15174 ("devtools: fix return of forbidden addition checks")
Cc: stable@dpdk.org
Signed-off-by: Michael Santana <msantana@redhat.com>
Acked-by: Bruce Richardson <bruce.richardson@intel.com>
Reviewed-by: David Marchand <david.marchand@redhat.com>
devtools/checkpatches.sh