Skip to content

Commit

Permalink
Update check installer script
Browse files Browse the repository at this point in the history
  • Loading branch information
lexus2k committed Aug 1, 2024
1 parent 4eea18b commit 5b2d9fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis/check_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ fi

rootpath=`pwd`

for i in `cd $1/src && find . -name "*.h" && cd $rootpath`; do
for i in `cd $1/src && find . -name "*.h" ! -name "*_int.h" && cd $rootpath`; do
if [ ! -f "$2/include/$i" ]; then
echo "Headers are not copied: $2/include/$i"
exit 1
Expand Down

0 comments on commit 5b2d9fb

Please sign in to comment.