From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [dpdk-stable] [PATCH] devtools: trap SIGINT is not recognizable to dash Date: Wed, 01 Aug 2018 16:37:06 +0200 Message-ID: <15666811.Czcatj4Lj7@xps> References: <20180801052257.14869-1-gavin.hu@arm.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, "Mcnamara, John" , "honnappa.nagarahalli@arm.com" , "stable@dpdk.org" To: Gavin Hu Return-path: In-Reply-To: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > > 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: stable@dpdk.org > > > > Signed-off-by: Gavin Hu > > Reviewed-by: Honnappa Nagarahalli > > Acked-by: John McNamara Applied, thanks