kopie van
https://github.com/friendica/friendica-docker-ci
gesynchroniseerd 2025-04-20 14:59:13 +02:00
Exclude "strings.php" from license check
Deze commit is opgenomen in:
bovenliggende
29638f2f40
commit
367884e91e
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
|
@ -16,7 +16,7 @@ exitVal=0
|
|||
printf "\n"
|
||||
|
||||
for file in "${files[@]}"; do
|
||||
if [ ! -f "$file" ]; then
|
||||
if [ ! -f "$file" ] || [[ "$file" == *strings.php ]]; then
|
||||
continue
|
||||
fi
|
||||
php_license_md5=$(head -n "$php_template_rows" "$file" | md5sum)
|
||||
|
|
Laden…
Tabel toevoegen
Link toevoegen
Verwijs in een nieuwe issue