diff options
| author | 2024-10-29 17:19:47 -0400 | |
|---|---|---|
| committer | 2024-10-29 17:19:47 -0400 | |
| commit | a8bd86763e3db5c4320bfaf6684a803026213968 (patch) | |
| tree | 7de30ae5b8d9dff44ae262f4ccfd6d6af2099bd0 /scripts | |
| parent | 736f15908cf34a851140094897a13ff12d55fd0c (diff) | |
| download | libalabaster-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-x | scripts/line_count.sh | 2 |
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 {} + |