summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorAndrew Opalach <andrew@akon.city> 2025-06-02 09:32:32 -0400
committerAndrew Opalach <andrew@akon.city> 2025-06-02 09:32:32 -0400
commitec99011aca3a9b92964c653d74d693e693ac052f (patch)
tree282bf6c9991230e38944281224f6374e2b3dfd71 /scripts
parent92d5840e1440fe45a150079fab5a39877589c20f (diff)
downloadlibalabaster-ec99011aca3a9b92964c653d74d693e693ac052f.tar.gz
libalabaster-ec99011aca3a9b92964c653d74d693e693ac052f.tar.bz2
libalabaster-ec99011aca3a9b92964c653d74d693e693ac052f.zip
project: Convert to new git format
Signed-off-by: Andrew Opalach <andrew@akon.city>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/line_count.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/line_count.sh b/scripts/line_count.sh
index a6ac787..6af0fe0 100755
--- a/scripts/line_count.sh
+++ b/scripts/line_count.sh
@@ -1,3 +1,3 @@
#! /usr/bin/env sh
export LC_ALL="C"
-find ./src ./include -type f -exec sloccount {} +
+find ./src ./include -type f -exec loccount {} +