Fix license generation tool

This commit is contained in:
odain
2020-03-17 18:59:18 +01:00
parent b526d6422b
commit 76d26e8ef9

View File

@@ -34,7 +34,10 @@ do
then
continue
fi
if [ "$subfolder" == "datamodels" -a $(find $l -name module*.php|wc -l) -ne 0 ]
then
continue
fi
dir=$(dirname $(dirname $l))
prod=$(echo $l| sed "s|$dir/||1")
echo $l $subfolder