]> granicus.if.org Git - icu/commitdiff
ICU-9427 minor changes to ensure perl is accessible
authorDebabrata Sengupta <dsengup@svn.icu-project.org>
Thu, 2 Aug 2012 21:17:08 +0000 (21:17 +0000)
committerDebabrata Sengupta <dsengup@svn.icu-project.org>
Thu, 2 Aug 2012 21:17:08 +0000 (21:17 +0000)
X-SVN-Rev: 32086

icu4j/perf-tests/build.xml

index 452d371398ea0cb104f6316d294ac908a3c70305..d0bc4a122c1b24c0bda3f2bfb05cd4712f3630bc 100644 (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>