Skip to content

Commit

Permalink
drop standalone
Browse files Browse the repository at this point in the history
  • Loading branch information
chastell committed Mar 27, 2011
1 parent baad55b commit 8d7a2aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/extractor.php
Expand Up @@ -66,7 +66,7 @@

$dir = $argv[2];

$command = "find $dir/CRM $dir/standalone $dir/packages/HTML/QuickForm $phpModifier -not -wholename '*/CRM/Core/I18n.php' -not -wholename '*/CRM/Core/Smarty/plugins/block.ts.php' | grep -v '/\.svn/' | sort | xargs $phpExtractor $dir";
$command = "find $dir/CRM $dir/packages/HTML/QuickForm $phpModifier -not -wholename '*/CRM/Core/I18n.php' -not -wholename '*/CRM/Core/Smarty/plugins/block.ts.php' | grep -v '/\.svn/' | sort | xargs $phpExtractor $dir";
$phpPot = `$command`;

$command = "find $dir/templates $dir/xml $smartyModifier | grep -v '/\.svn/' | sort | xargs $smartyExtractor $dir";
Expand Down

0 comments on commit 8d7a2aa

Please sign in to comment.