wok diff cookutils/stuff/check-wok @ rev 24728

Update some licenses
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Mar 15 11:32:25 2022 +0000 (2022-03-15)
parents 5ea0ce1cecc0
children
line diff
     1.1 --- a/cookutils/stuff/check-wok	Tue Jun 08 08:46:05 2021 +0000
     1.2 +++ b/cookutils/stuff/check-wok	Tue Mar 15 11:32:25 2022 +0000
     1.3 @@ -72,6 +72,6 @@
     1.4  for i in $(grep -l current_version $WOK/*/receipt); do
     1.5  	. $i
     1.6  	new="$(current_version)"
     1.7 -	[ "$new" != "$VERSION" -a ${#new} -gt 0 -a ${#new} -lt 20 ] &&
     1.8 +	[ "$new" != "$VERSION" -a ${#new} -gt 0 -a ${#new} -lt 40 ] &&
     1.9  	echo "$PACKAGE: $VERSION -> $new"
    1.10  done