summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorAndrew Opalach <andrew@akon.city> 2024-10-29 17:19:47 -0400
committerAndrew Opalach <andrew@akon.city> 2024-10-29 17:19:47 -0400
commita8bd86763e3db5c4320bfaf6684a803026213968 (patch)
tree7de30ae5b8d9dff44ae262f4ccfd6d6af2099bd0 /scripts
parent736f15908cf34a851140094897a13ff12d55fd0c (diff)
downloadlibalabaster-a8bd86763e3db5c4320bfaf6684a803026213968.tar.gz
libalabaster-a8bd86763e3db5c4320bfaf6684a803026213968.tar.bz2
libalabaster-a8bd86763e3db5c4320bfaf6684a803026213968.zip
all: Undo previous #ifdef style change
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 aadb675..9b46c9e 100755
--- a/scripts/line_count.sh
+++ b/scripts/line_count.sh
@@ -1,2 +1,2 @@
#! /usr/bin/env sh
-find ./src ./include -type f | xargs wc -l
+find ./src ./include -type f -exec wc -l {} +