From cef6cabce7ae97e9edfb6821ce4393d714579866 Mon Sep 17 00:00:00 2001 From: Andrew Opalach Date: Fri, 17 Jan 2025 11:28:50 -0500 Subject: Incorporate libalabaster changes, Windows fixes 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