phing build file to create a standalone phar package
[bdrem.git] / src / phar-stub.php
index 326b5cf046d3a493dbd31e5aa2f0fec1f8caed96..58ee78e58868ec25e3e5890d5d5b4d1ad6c7033d 100644 (file)
@@ -5,7 +5,7 @@ if (!in_array('phar', stream_get_wrappers()) || !class_exists('Phar', false)) {
 }
 
 $web = 'www/index.php';
-$cli = 'bin/bdrem.php';
+$cli = 'bin/phar-bdrem.php';
 
 function rewritePath($path)
 {