From 9db52bc5ef545a3fa9973002e9a28a2ece68d029 Mon Sep 17 00:00:00 2001 From: Charles Date: Fri, 31 Jan 2020 08:08:59 +0100 Subject: Setup unit test with unity --- script/find_src.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'script/find_src.sh') diff --git a/script/find_src.sh b/script/find_src.sh index 1d645a1..3773fc9 100755 --- a/script/find_src.sh +++ b/script/find_src.sh @@ -14,7 +14,7 @@ fi SRC_DIR=src -IGNORE_FIND_ARGS=`sed 's/.*/-not -path "&"/' $IGNORE_FILE | paste -sd " "` +IGNORE_FIND_ARGS=`sed 's/.*/-not -path "&"/' $IGNORE_FILE | paste -sd " " -` IGNORE_FIND_ARGS="$IGNORE_FIND_ARGS -not -name \"*inter*\"" sh -c "find $SRC_DIR $IGNORE_FIND_ARGS -name \"*.c\"" -- cgit