Skip to content

Commit

Permalink
Core: Fix phars
Browse files Browse the repository at this point in the history
  • Loading branch information
SMillerDev committed May 5, 2017
1 parent 6fbaf25 commit 3ad9d47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
<exec executable="perl">
<arg value="-pi"/>
<arg value="-e"/>
<arg value="s/\'vendor\/autoload.php/__DIR__\ .\ \'src\/PHPDraft\/Core\/Autoloader.php/g"/>
<arg value="s/\'vendor\/autoload.php/__DIR__\ .\ \'\/src\/PHPDraft\/Core\/Autoloader.php/g"/>
<arg value="${basedir}/build/phar/phpdraft/index.php"/>
</exec>

Expand Down

0 comments on commit 3ad9d47

Please sign in to comment.