From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by dpdk.org (Postfix) with ESMTP id 556B12C39 for ; Wed, 6 Mar 2019 17:39:09 +0100 (CET) Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.phx2.redhat.com [10.5.11.22]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 3F12430EBE71; Wed, 6 Mar 2019 16:39:09 +0000 (UTC) Received: from rh.redhat.com (ovpn-117-96.ams2.redhat.com [10.36.117.96]) by smtp.corp.redhat.com (Postfix) with ESMTP id 10A4A1001DF0; Wed, 6 Mar 2019 16:39:06 +0000 (UTC) From: Kevin Traynor To: stable@dpdk.org, bluca@debian.org, yskoh@mellanox.com Cc: Kevin Traynor Date: Wed, 6 Mar 2019 16:38:57 +0000 Message-Id: <20190306163857.3541-1-ktraynor@redhat.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Scanned-By: MIMEDefang 2.84 on 10.5.11.22 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.46]); Wed, 06 Mar 2019 16:39:09 +0000 (UTC) Subject: [dpdk-stable] [PATCH] 1-import: canonicalize the commit_list X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Mar 2019 16:39:10 -0000 Otherwise we cannot prune the commit_list without the full path Signed-off-by: Kevin Traynor --- 1-import | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1-import b/1-import index 497c0ae..51e4413 100755 --- a/1-import +++ b/1-import @@ -12,5 +12,5 @@ source ./lib.sh -commit_list=$1 +commit_list=$(realpath $1) [ -f "$commit_list" ] || { echo "Usage: $0 commit_list" -- 2.20.1