> > When running checkpatch.sh, it generates the following error on some linux > > distributions(like Debian) with Dash as the default shell interpreter. > > trap: SIGINT: bad trap > > > > The fix is to replace SIGINT with INT signal, it works for both bash and > > dash. > > > > Fixes: 4bec48184e ("devtools: add checks for ABI symbol addition") > > Cc: sta...@dpdk.org > > > > Signed-off-by: Gavin Hu <gavin...@arm.com> > > Reviewed-by: Honnappa Nagarahalli <honnappa.nagaraha...@amr.com> > > Acked-by: John McNamara <john.mcnam...@intel.com>
Applied, thanks