From 9362f2223038b59954c8402963932b4eb77030be Mon Sep 17 00:00:00 2001 From: Andrew Opalach Date: Sun, 5 Jan 2025 17:45:51 -0500 Subject: Fix sink local pause Signed-off-by: Andrew Opalach --- scripts/line_count.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/line_count.sh b/scripts/line_count.sh index 9da3e7e..e7abdf4 100755 --- a/scripts/line_count.sh +++ b/scripts/line_count.sh @@ -1,4 +1,5 @@ #! /usr/bin/env sh +export LC_ALL="C" find ./src -type f \ -not -path "*__pycache__*" \ -not -path "./src/fruits/droid/*" \ @@ -7,6 +8,6 @@ find ./src -type f \ -not -path "./src/portal/patches/*" \ -not -path "./src/portal/py/tests/*" \ -not -path "./src/portal/vendor/*" \ - -exec wc -l {} + + -exec sloccount {} + #-exec sed -i 's///g' {} + -- cgit v1.2.3-101-g0448