Merge pull request #8400 from zmstone/0702-4.3-fix-app-vsn-check-script-with-include-dir

4.3 fix app vsn check script with include dir
This commit is contained in:
Zaiming (Stone) Shi 2022-07-03 07:13:04 +01:00 committed by GitHub
commit 0e55fabfda
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@ while read -r app; do
if [ "$old_app_version" = "$now_app_version" ]; then
changed_lines="$(git diff "$latest_release"...HEAD --ignore-blank-lines -G "$no_comment_re" \
-- "$app_path/src" \
-- "$app_path/include" \
-- ":(exclude)"$app_path/src/*.appup.src"" \
-- "$app_path/priv" \
-- "$app_path/c_src" | wc -l ) "