From 59cd4f309a241cb2fa425519a43215bd5e81a4cf Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Thu, 6 Mar 2014 17:17:55 +0100 Subject: phing build file to create a standalone phar package --- src/phar-stub.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/phar-stub.php') diff --git a/src/phar-stub.php b/src/phar-stub.php index 326b5cf..58ee78e 100644 --- a/src/phar-stub.php +++ b/src/phar-stub.php @@ -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) { -- cgit v1.2.3