From 113a328e2b7cd64ee982b4557a939344fd13906a Mon Sep 17 00:00:00 2001 From: Jeroen Laverman Date: Fri, 22 Jun 2018 14:08:36 +0200 Subject: [PATCH] Fix directory name Signed-off-by: Jeroen Jan Laverman --- .3rd-party/listDeps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.3rd-party/listDeps.sh b/.3rd-party/listDeps.sh index e988365a0..a86280e38 100755 --- a/.3rd-party/listDeps.sh +++ b/.3rd-party/listDeps.sh @@ -22,7 +22,7 @@ find . -name dependencies.txt|while read i; do cat $i;done|grep '.*:.*:test'|sor find . -name dependencies.txt|while read i; do rm $i;done # Sort and order content -cd 3rd-dependencies/ +cd .3rd-party/ cat compile.txt provided.txt|cut -d':' -f1-4|while read i; do grep -h $i test.txt;done|sort|uniq|while read x; do sed -i.bak -e s/$x// test.txt ;done sed -i.bak '/^[[:space:]]*$/d' test.txt rm *.bak