summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorAndrew Opalach <andrew@akon.city> 2025-01-17 12:08:26 -0500
committerAndrew Opalach <andrew@akon.city> 2025-01-17 12:08:26 -0500
commit35a0c4feb6569895bf19c05c510a674666dcc4c6 (patch)
tree4502c971f03d814fcb95a95c1ba1baa331e96fa7 /scripts
parent7b94b4baafa46357ebc6beba36d90ee5afe5091b (diff)
downloadstela-35a0c4feb6569895bf19c05c510a674666dcc4c6.tar.gz
stela-35a0c4feb6569895bf19c05c510a674666dcc4c6.tar.bz2
stela-35a0c4feb6569895bf19c05c510a674666dcc4c6.zip
Update dependencies
Signed-off-by: Andrew Opalach <andrew@akon.city>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/line_count.sh3
1 files changed, 2 insertions, 1 deletions
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 {} +