[dpdk-stable] [PATCH] 1-import: canonicalize the commit_list

Kevin Traynor ktraynor at redhat.com
Wed Mar 6 17:38:57 CET 2019


Otherwise we cannot prune the commit_list without the full path

Signed-off-by: Kevin Traynor <ktraynor at 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



More information about the stable mailing list