From ac0559db82bfef3b7ca3d976b1d7700ed2c1c1fc Mon Sep 17 00:00:00 2001 From: Charles Date: Fri, 31 Jan 2020 10:44:30 +0100 Subject: hash table unit testing, norming --- script/find_src.sh | 1 - 1 file changed, 1 deletion(-) (limited to 'script/find_src.sh') diff --git a/script/find_src.sh b/script/find_src.sh index 3773fc9..511642b 100755 --- a/script/find_src.sh +++ b/script/find_src.sh @@ -15,7 +15,6 @@ fi SRC_DIR=src 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\"" # find $SRC_DIR $IGNORE_FIND_ARGS -name "*.c" -- cgit