Skip to content

Commit

Permalink
Overrideable php binary for lint
Browse files Browse the repository at this point in the history
  • Loading branch information
maikgreubel committed Dec 21, 2016
1 parent 328faa0 commit df6f674
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.xml
Expand Up @@ -97,7 +97,7 @@

<!-- General source code syntax check -->
<target name="lint" description="Perform syntax check of sourcecode files">
<apply executable="php" failonerror="false">
<apply executable="${phpbin}" failonerror="false">
<arg value="-l" />

<fileset dir="${srcdir}">
Expand Down

0 comments on commit df6f674

Please sign in to comment.