From 35a0c4feb6569895bf19c05c510a674666dcc4c6 Mon Sep 17 00:00:00 2001 From: Andrew Opalach Date: Fri, 17 Jan 2025 12:08:26 -0500 Subject: Update dependencies 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 9b46c9e..a6ac787 100755 --- a/scripts/line_count.sh +++ b/scripts/line_count.sh @@ -1,2 +1,3 @@ #! /usr/bin/env sh -find ./src ./include -type f -exec wc -l {} + +export LC_ALL="C" +find ./src ./include -type f -exec sloccount {} + -- cgit v1.2.3-101-g0448