You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2012/01/23 17:07:14 UTC

svn commit: r1234872 - /incubator/jena/Jena2/TDB/trunk/bin/make_classpath_mvn

Author: andy
Date: Mon Jan 23 16:07:14 2012
New Revision: 1234872

URL: http://svn.apache.org/viewvc?rev=1234872&view=rev
Log: (empty)

Modified:
    incubator/jena/Jena2/TDB/trunk/bin/make_classpath_mvn

Modified: incubator/jena/Jena2/TDB/trunk/bin/make_classpath_mvn
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/TDB/trunk/bin/make_classpath_mvn?rev=1234872&r1=1234871&r2=1234872&view=diff
==============================================================================
--- incubator/jena/Jena2/TDB/trunk/bin/make_classpath_mvn (original)
+++ incubator/jena/Jena2/TDB/trunk/bin/make_classpath_mvn Mon Jan 23 16:07:14 2012
@@ -11,7 +11,7 @@ then
 M2_REPO="${M2_REPO:-$HOME/.m2/repository}" ;
 X=$(perl -ne 'next unless /\spath="M2_REPO([^"]*)"/s ; print "$1","\n"' $DIRROOT/.classpath)
 
-CP=
+CP="${CP:-}"
 SEP=':'
 for x in $X
 do