summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
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 e7abdf4..b7e8439 100755
--- a/scripts/line_count.sh
+++ b/scripts/line_count.sh
@@ -8,6 +8,6 @@ find ./src -type f \
-not -path "./src/portal/patches/*" \
-not -path "./src/portal/py/tests/*" \
-not -path "./src/portal/vendor/*" \
- -exec sloccount {} +
+ -exec loccount {} +
#-exec sed -i 's///g' {} +