Magellan Linux

Diff of /branches/magellan-next/extras/apache-ant/apache-ant-1.8.2-r3.smage2

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 9671 by niro, Wed Jan 4 13:59:22 2012 UTC revision 9672 by niro, Wed Jan 4 14:00:11 2012 UTC
# Line 32  src_compile() Line 32  src_compile()
32   # get junit from classpath   # get junit from classpath
33   if [[ -L ${JAVA_CLASSPATH_DIR}/junit.jar ]]   if [[ -L ${JAVA_CLASSPATH_DIR}/junit.jar ]]
34   then   then
35   junit="$(readlink ${JAVA_CLASSPATH_DIR}/junit.jar)"   junit="${JAVA_CLASSPATH_DIR}/$(readlink ${JAVA_CLASSPATH_DIR}/junit.jar)"
36   else   else
37   junit="${JAVA_CLASSPATH_DIR}/junit.jar"   junit="${JAVA_CLASSPATH_DIR}/junit.jar"
38   fi   fi

Legend:
Removed from v.9671  
changed lines
  Added in v.9672