You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by rv...@apache.org on 2015/09/09 09:44:37 UTC

[26/50] [abbrv] jena git commit: Better formatting of the rebuild message

Better formatting of the rebuild message


Project: http://git-wip-us.apache.org/repos/asf/jena/repo
Commit: http://git-wip-us.apache.org/repos/asf/jena/commit/fbc0dd0b
Tree: http://git-wip-us.apache.org/repos/asf/jena/tree/fbc0dd0b
Diff: http://git-wip-us.apache.org/repos/asf/jena/diff/fbc0dd0b

Branch: refs/heads/JENA-507
Commit: fbc0dd0bfb4a02231f605bf29e9069fef8647f01
Parents: a03b48f
Author: Andy Seaborne <an...@apache.org>
Authored: Thu Aug 27 17:01:13 2015 +0100
Committer: Andy Seaborne <an...@apache.org>
Committed: Thu Aug 27 17:01:13 2015 +0100

----------------------------------------------------------------------
 jena-fuseki2/jena-fuseki-core/fuseki-dev | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jena/blob/fbc0dd0b/jena-fuseki2/jena-fuseki-core/fuseki-dev
----------------------------------------------------------------------
diff --git a/jena-fuseki2/jena-fuseki-core/fuseki-dev b/jena-fuseki2/jena-fuseki-core/fuseki-dev
index cd27cf2..b027fff 100755
--- a/jena-fuseki2/jena-fuseki-core/fuseki-dev
+++ b/jena-fuseki2/jena-fuseki-core/fuseki-dev
@@ -43,7 +43,7 @@ CPF="$FUSEKI_HOME/fuseki.classpath"
 if [ ! -e "$CPF" ]; then
     echo "Need to create Fuseki classpath file"
     echo "Ensure maven is upto date with the latest snapshots and then run"
-    echo -e "cd $FUSEKI_HOME ; \nmvn dependency:build-classpath -Dmdep.outputFile=fuseki.classpath"
+    echo -e "( cd $FUSEKI_HOME ; \n  mvn dependency:build-classpath -Dmdep.outputFile=fuseki.classpath )"
     exit 1
 fi
 CP="$(cat $CPF)"