Skip to content

Commit 13e5774

Browse files
committed
CS
1 parent 011dec1 commit 13e5774

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

auto-update.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,7 @@ docset_version() {
7676

7777
local hash; hash=$(
7878
cd "$docset" 2>/dev/null || { echo ""; exit 0; }
79-
find . -type f \
80-
-not -name '.DS_Store' \
81-
-not -name '*.dsidx' \
79+
find . -type f ! -name '.DS_Store' ! -name '*.dsidx' \
8280
-print0 | LC_ALL=C sort -z | xargs -0 md5sum | md5sum | cut -c1-6
8381
)
8482
[[ -n "$hash" ]] || { echo ""; return 0; }

0 commit comments

Comments
 (0)