From 5cceca5ec696e6626cea0ec07f9db1b28bb3b875 Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Thu, 26 Sep 2019 11:45:18 -0400 Subject: fixed todos.sh messing with lua comments --- todo.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'todo.sh') diff --git a/todo.sh b/todo.sh index 9520eab..1215ede 100755 --- a/todo.sh +++ b/todo.sh @@ -12,7 +12,7 @@ do echo "########################################" >> TODOS echo $file >> TODOS echo "========================================" >> TODOS - grep -n -B 5 -A 5 "TODO" $file | sed s/--/========================================/g >> TODOS + grep -n -B 5 -A 5 "TODO" $file | sed s/^--/========================================/g >> TODOS TODO_COUNT=$((TODO_COUNT+$(grep -c "TODO" $file))) done -- cgit v1.2.3