Make util/po2php executable
This commit is contained in:
parent
e51c4a38ad
commit
113539e29a
2
util/po2php.php
Normal file → Executable file
2
util/po2php.php
Normal file → Executable file
|
@ -1,7 +1,7 @@
|
||||||
|
#!/usr/bin/env php
|
||||||
<?php
|
<?php
|
||||||
define("DQ_ESCAPE", "__DQ__");
|
define("DQ_ESCAPE", "__DQ__");
|
||||||
|
|
||||||
|
|
||||||
function po2php_run(&$argv, &$argc) {
|
function po2php_run(&$argv, &$argc) {
|
||||||
|
|
||||||
if ($argc!=2) {
|
if ($argc!=2) {
|
||||||
|
|
Loading…
Reference in a new issue