aboutsummaryrefslogtreecommitdiffstats
path: root/tools/extract2lang.php
diff options
context:
space:
mode:
Diffstat (limited to 'tools/extract2lang.php')
-rw-r--r--tools/extract2lang.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/extract2lang.php b/tools/extract2lang.php
index 2d71cb102..8593b8b1f 100644
--- a/tools/extract2lang.php
+++ b/tools/extract2lang.php
@@ -47,7 +47,7 @@ $path = $php_source;
//$domain = '3';
-$cmd = sprintf('grep -HrnEi "_(e|t|h|d)\((.*)\)" %s', $path);
+$cmd = sprintf('grep -HrnEi "_(e|t|h|d)\((.*)" %s', $path);
echo $cmd, "\n";
exec($cmd, $out);