patches for DPDK stable branches
 help / color / mirror / Atom feed
* [dpdk-stable] [PATCH] 1-import: canonicalize the commit_list
@ 2019-03-06 16:38 Kevin Traynor
  2019-03-06 18:50 ` Luca Boccassi
  0 siblings, 1 reply; 2+ messages in thread
From: Kevin Traynor @ 2019-03-06 16:38 UTC (permalink / raw)
  To: stable, bluca, yskoh; +Cc: Kevin Traynor

Otherwise we cannot prune the commit_list without the full path

Signed-off-by: Kevin Traynor <ktraynor@redhat.com>
---
 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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-03-06 18:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-06 16:38 [dpdk-stable] [PATCH] 1-import: canonicalize the commit_list Kevin Traynor
2019-03-06 18:50 ` Luca Boccassi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).