X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/4486e3bc8eb00c37cf8029e663eb94b4b9c5346a..6f266e929ff3eaefc84c34b46fa452c50eecbcf4:/scripts/find-use.pl diff --git a/scripts/find-use.pl b/scripts/find-use.pl index bd58c078f..959ecbedb 100755 --- a/scripts/find-use.pl +++ b/scripts/find-use.pl @@ -52,7 +52,7 @@ GetOptions( find(sub { return unless /(\.p[lm]|console)$/; - # remember modules shipped with Lx-Office + # remember modules shipped with kivitendo $supplied{modulize($File::Find::name)}++ if $File::Find::dir =~ m#modules/#; @@ -242,5 +242,3 @@ Sven Schöling Es.schoeling@linet-services.deE Distributed under the terms of the GNU General Public License v2. =cut - -