diff options
| author | Christian Weiske <cweiske@cweiske.de> | 2014-03-06 17:17:55 +0100 |
|---|---|---|
| committer | Christian Weiske <cweiske@cweiske.de> | 2014-03-06 17:17:55 +0100 |
| commit | 59cd4f309a241cb2fa425519a43215bd5e81a4cf (patch) | |
| tree | 5b13db8faa3e9017b1674681be2cd783992b4a0b /src/phar-stub.php | |
| parent | 1bf0df91abf1389c2859011cfe9e775a88c5fc98 (diff) | |
| download | bdrem-59cd4f309a241cb2fa425519a43215bd5e81a4cf.tar.gz bdrem-59cd4f309a241cb2fa425519a43215bd5e81a4cf.zip | |
phing build file to create a standalone phar package
Diffstat (limited to 'src/phar-stub.php')
| -rw-r--r-- | src/phar-stub.php | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |
