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 2015/03/15 22:26:56 UTC

[2/3] jena git commit: Fix shell syntax errors

Fix shell syntax errors


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

Branch: refs/heads/master
Commit: a25fa11a4bd1940d3351bc38418e67128c09653d
Parents: 0d5eaad
Author: Andy Seaborne <an...@apache.org>
Authored: Sat Mar 14 21:07:46 2015 +0000
Committer: Andy Seaborne <an...@apache.org>
Committed: Sat Mar 14 21:07:46 2015 +0000

----------------------------------------------------------------------
 jena-fuseki1/make_cp_mvn | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jena/blob/a25fa11a/jena-fuseki1/make_cp_mvn
----------------------------------------------------------------------
diff --git a/jena-fuseki1/make_cp_mvn b/jena-fuseki1/make_cp_mvn
index d8b245e..4ed4a9c 100755
--- a/jena-fuseki1/make_cp_mvn
+++ b/jena-fuseki1/make_cp_mvn
@@ -27,7 +27,7 @@ if ( ! -e "$POM" )
 }
 $M2=$ENV{'M2_REPO'} ;
 print "#!/bin/bash\n" ;
-print "# Licensed under the terms of http://www.apache.org/licenses/LICENSE-2.0"
+print "# Licensed under the terms of http://www.apache.org/licenses/LICENSE-2.0" ;
 print "\n" ;
 print 'XCP="' ;
 
@@ -48,5 +48,5 @@ print "then\n" ;
 print "   XCP=\"\$CP:\$XCP\"\n" ;
 print "fi\n" ;
 print "\n" ;
-print "echo \"\$XCP\"\n"
+print "echo \"\$XCP\"\n" ;