mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 15:34:12 +01:00
Fix license generation tool
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user