ICU-9427 minor changes to ensure perl is accessible

X-SVN-Rev: 32086
This commit is contained in:
Debabrata Sengupta 2012-08-02 21:17:08 +00:00
parent 46206b3ccf
commit 8e49d91748

View file

@ -62,7 +62,8 @@
<target name="src-jar" depends="@src-jar" description="Create the project's source jar file"/>
<target name="continuous-build" description="Run performance tests for continuous build">
<exec dir="." executable="perl">
<property name="perl" value="perl" />
<exec executable="${perl}">
<arg value="perftests.pl" />
</exec>
</target>