summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorAndrew Opalach <andrew@akon.city> 2025-08-12 17:38:09 -0400
committerAndrew Opalach <andrew@akon.city> 2025-08-12 17:38:09 -0400
commitab75884371a3545f7548498549e2faebbc465ed6 (patch)
tree0a4b99a55b186eda26bf63343db91c931fb88279 /scripts
parenteaf84a7850f2af70b16fb417cd002f5e39df5db2 (diff)
downloadlibnaunet-ab75884371a3545f7548498549e2faebbc465ed6.tar.gz
libnaunet-ab75884371a3545f7548498549e2faebbc465ed6.tar.bz2
libnaunet-ab75884371a3545f7548498549e2faebbc465ed6.zip
Improve inotify usage, copy path in file_stdio
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 6af0fe0..a6ac787 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 loccount {} +
+find ./src ./include -type f -exec sloccount {} +