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/07/23 14:26:20 UTC

[1/4] jena git commit: exec 'env bash'

Repository: jena
Updated Branches:
  refs/heads/master 9fd0f9228 -> bf238fe0a


exec 'env bash'


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

Branch: refs/heads/master
Commit: 9c6da26206aa29fc4ce805edb5748b7de0ab3594
Parents: 0b5d6de
Author: Andy Seaborne <an...@apache.org>
Authored: Thu Jul 23 13:21:17 2015 +0100
Committer: Andy Seaborne <an...@apache.org>
Committed: Thu Jul 23 13:25:23 2015 +0100

----------------------------------------------------------------------
 apache-jena/bin/tdbloader2 | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jena/blob/9c6da262/apache-jena/bin/tdbloader2
----------------------------------------------------------------------
diff --git a/apache-jena/bin/tdbloader2 b/apache-jena/bin/tdbloader2
index 52950bf..482115b 100755
--- a/apache-jena/bin/tdbloader2
+++ b/apache-jena/bin/tdbloader2
@@ -1,4 +1,5 @@
-#!/bin/sh
+#!/usr/bin/env bash
+
 ## Licensed to the Apache Software Foundation (ASF) under one
 ## or more contributor license agreements.  See the NOTICE file
 ## distributed with this work for additional information
@@ -339,4 +340,4 @@ esac
 TIME2="$(date +%s)"
 info "-- TDB Bulk Loader Finish"
 ELAPSED=$(($TIME2-$TIME1))
-info "-- $ELAPSED seconds"
\ No newline at end of file
+info "-- $ELAPSED seconds"


[2/4] jena git commit: JENA-977: Make sh-legal; remove dev echo line

Posted by an...@apache.org.
JENA-977: Make sh-legal; remove dev echo line


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

Branch: refs/heads/master
Commit: e03018f7155a9417bb1fe57bf6d546e61aaa5529
Parents: 9c6da26
Author: Andy Seaborne <an...@apache.org>
Authored: Thu Jul 23 13:24:15 2015 +0100
Committer: Andy Seaborne <an...@apache.org>
Committed: Thu Jul 23 13:25:30 2015 +0100

----------------------------------------------------------------------
 apache-jena/template.bin | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jena/blob/e03018f7/apache-jena/template.bin
----------------------------------------------------------------------
diff --git a/apache-jena/template.bin b/apache-jena/template.bin
index bbc91fb..30eb29a 100644
--- a/apache-jena/template.bin
+++ b/apache-jena/template.bin
@@ -1,7 +1,7 @@
 #!/bin/sh
 ## Licensed under the terms of http://www.apache.org/licenses/LICENSE-2.0
 
-function resolveLink() {
+resolveLink() {
   local NAME=$1
 
   if [ -L "$NAME" ]; then
@@ -26,7 +26,6 @@ function resolveLink() {
 
 # If JENA_HOME is empty
 if [ -z "$JENA_HOME" ]; then
-  echo "JENA_HOME not set, attempting to locate JENA_HOME automatically"
   SCRIPT="$0"
   # Catch common issue: script has been symlinked
   if [ -L "$SCRIPT" ]; then
@@ -46,8 +45,8 @@ if [ -z "$JENA_HOME" ]; then
   # Work out root from script location
   JENA_HOME="$( cd "$( dirname "$SCRIPT" )/.." && pwd )"
   export JENA_HOME
-  echo "Located JENA_HOME at ${JENA_HOME}"
 fi
+
 # If JENA_HOME is a symbolic link need to resolve
 if [ -L "${JENA_HOME}" ]; then
   JENA_HOME=$(resolveLink "$JENA_HOME")
@@ -62,7 +61,6 @@ if [ -L "${JENA_HOME}" ]; then
       ;;
   esac
   export JENA_HOME
-  echo "Resolved symbolic links for JENA_HOME to $JENA_HOME"
 fi
 
 # ---- Setup


[4/4] jena git commit: Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/jena

Posted by an...@apache.org.
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/jena


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

Branch: refs/heads/master
Commit: bf238fe0a0a2fefe12596d67ce579c16092f21a8
Parents: 6074418 9fd0f92
Author: Andy Seaborne <an...@apache.org>
Authored: Thu Jul 23 13:26:06 2015 +0100
Committer: Andy Seaborne <an...@apache.org>
Committed: Thu Jul 23 13:26:06 2015 +0100

----------------------------------------------------------------------

----------------------------------------------------------------------



[3/4] jena git commit: JENA-977: Regenerated scripts

Posted by an...@apache.org.
JENA-977: Regenerated scripts


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

Branch: refs/heads/master
Commit: 6074418ab8347efa9a9377ef46044dcac8b8a88a
Parents: e03018f
Author: Andy Seaborne <an...@apache.org>
Authored: Thu Jul 23 13:24:34 2015 +0100
Committer: Andy Seaborne <an...@apache.org>
Committed: Thu Jul 23 13:25:30 2015 +0100

----------------------------------------------------------------------
 apache-jena/bin/arq        | 6 ++----
 apache-jena/bin/infer      | 6 ++----
 apache-jena/bin/iri        | 6 ++----
 apache-jena/bin/juuid      | 6 ++----
 apache-jena/bin/nquads     | 6 ++----
 apache-jena/bin/ntriples   | 6 ++----
 apache-jena/bin/qparse     | 6 ++----
 apache-jena/bin/rdfcat     | 6 ++----
 apache-jena/bin/rdfcompare | 6 ++----
 apache-jena/bin/rdfcopy    | 6 ++----
 apache-jena/bin/rdfparse   | 6 ++----
 apache-jena/bin/rdfxml     | 6 ++----
 apache-jena/bin/riot       | 6 ++----
 apache-jena/bin/rset       | 6 ++----
 apache-jena/bin/rsparql    | 6 ++----
 apache-jena/bin/rupdate    | 6 ++----
 apache-jena/bin/schemagen  | 6 ++----
 apache-jena/bin/sparql     | 6 ++----
 apache-jena/bin/tdbbackup  | 6 ++----
 apache-jena/bin/tdbdump    | 6 ++----
 apache-jena/bin/tdbloader  | 6 ++----
 apache-jena/bin/tdbquery   | 6 ++----
 apache-jena/bin/tdbstats   | 6 ++----
 apache-jena/bin/tdbupdate  | 6 ++----
 apache-jena/bin/trig       | 6 ++----
 apache-jena/bin/turtle     | 6 ++----
 apache-jena/bin/uparse     | 6 ++----
 apache-jena/bin/update     | 6 ++----
 apache-jena/bin/utf8       | 6 ++----
 apache-jena/bin/wwwdec     | 6 ++----
 apache-jena/bin/wwwenc     | 6 ++----
 31 files changed, 62 insertions(+), 124 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jena/blob/6074418a/apache-jena/bin/arq
----------------------------------------------------------------------
diff --git a/apache-jena/bin/arq b/apache-jena/bin/arq
index 8d2f371..2eb9d70 100755
--- a/apache-jena/bin/arq
+++ b/apache-jena/bin/arq
@@ -1,7 +1,7 @@
 #!/bin/sh
 ## Licensed under the terms of http://www.apache.org/licenses/LICENSE-2.0
 
-function resolveLink() {
+resolveLink() {
   local NAME=$1
 
   if [ -L "$NAME" ]; then
@@ -26,7 +26,6 @@ function resolveLink() {
 
 # If JENA_HOME is empty
 if [ -z "$JENA_HOME" ]; then
-  echo "JENA_HOME not set, attempting to locate JENA_HOME automatically"
   SCRIPT="$0"
   # Catch common issue: script has been symlinked
   if [ -L "$SCRIPT" ]; then
@@ -46,8 +45,8 @@ if [ -z "$JENA_HOME" ]; then
   # Work out root from script location
   JENA_HOME="$( cd "$( dirname "$SCRIPT" )/.." && pwd )"
   export JENA_HOME
-  echo "Located JENA_HOME at ${JENA_HOME}"
 fi
+
 # If JENA_HOME is a symbolic link need to resolve
 if [ -L "${JENA_HOME}" ]; then
   JENA_HOME=$(resolveLink "$JENA_HOME")
@@ -62,7 +61,6 @@ if [ -L "${JENA_HOME}" ]; then
       ;;
   esac
   export JENA_HOME
-  echo "Resolved symbolic links for JENA_HOME to $JENA_HOME"
 fi
 
 # ---- Setup

http://git-wip-us.apache.org/repos/asf/jena/blob/6074418a/apache-jena/bin/infer
----------------------------------------------------------------------
diff --git a/apache-jena/bin/infer b/apache-jena/bin/infer
index d0ba197..19e7f1d 100755
--- a/apache-jena/bin/infer
+++ b/apache-jena/bin/infer
@@ -1,7 +1,7 @@
 #!/bin/sh
 ## Licensed under the terms of http://www.apache.org/licenses/LICENSE-2.0
 
-function resolveLink() {
+resolveLink() {
   local NAME=$1
 
   if [ -L "$NAME" ]; then
@@ -26,7 +26,6 @@ function resolveLink() {
 
 # If JENA_HOME is empty
 if [ -z "$JENA_HOME" ]; then
-  echo "JENA_HOME not set, attempting to locate JENA_HOME automatically"
   SCRIPT="$0"
   # Catch common issue: script has been symlinked
   if [ -L "$SCRIPT" ]; then
@@ -46,8 +45,8 @@ if [ -z "$JENA_HOME" ]; then
   # Work out root from script location
   JENA_HOME="$( cd "$( dirname "$SCRIPT" )/.." && pwd )"
   export JENA_HOME
-  echo "Located JENA_HOME at ${JENA_HOME}"
 fi
+
 # If JENA_HOME is a symbolic link need to resolve
 if [ -L "${JENA_HOME}" ]; then
   JENA_HOME=$(resolveLink "$JENA_HOME")
@@ -62,7 +61,6 @@ if [ -L "${JENA_HOME}" ]; then
       ;;
   esac
   export JENA_HOME
-  echo "Resolved symbolic links for JENA_HOME to $JENA_HOME"
 fi
 
 # ---- Setup

http://git-wip-us.apache.org/repos/asf/jena/blob/6074418a/apache-jena/bin/iri
----------------------------------------------------------------------
diff --git a/apache-jena/bin/iri b/apache-jena/bin/iri
index f5e9e0b..40ccfcc 100755
--- a/apache-jena/bin/iri
+++ b/apache-jena/bin/iri
@@ -1,7 +1,7 @@
 #!/bin/sh
 ## Licensed under the terms of http://www.apache.org/licenses/LICENSE-2.0
 
-function resolveLink() {
+resolveLink() {
   local NAME=$1
 
   if [ -L "$NAME" ]; then
@@ -26,7 +26,6 @@ function resolveLink() {
 
 # If JENA_HOME is empty
 if [ -z "$JENA_HOME" ]; then
-  echo "JENA_HOME not set, attempting to locate JENA_HOME automatically"
   SCRIPT="$0"
   # Catch common issue: script has been symlinked
   if [ -L "$SCRIPT" ]; then
@@ -46,8 +45,8 @@ if [ -z "$JENA_HOME" ]; then
   # Work out root from script location
   JENA_HOME="$( cd "$( dirname "$SCRIPT" )/.." && pwd )"
   export JENA_HOME
-  echo "Located JENA_HOME at ${JENA_HOME}"
 fi
+
 # If JENA_HOME is a symbolic link need to resolve
 if [ -L "${JENA_HOME}" ]; then
   JENA_HOME=$(resolveLink "$JENA_HOME")
@@ -62,7 +61,6 @@ if [ -L "${JENA_HOME}" ]; then
       ;;
   esac
   export JENA_HOME
-  echo "Resolved symbolic links for JENA_HOME to $JENA_HOME"
 fi
 
 # ---- Setup

http://git-wip-us.apache.org/repos/asf/jena/blob/6074418a/apache-jena/bin/juuid
----------------------------------------------------------------------
diff --git a/apache-jena/bin/juuid b/apache-jena/bin/juuid
index dcf6b7f..f8f8dbf 100755
--- a/apache-jena/bin/juuid
+++ b/apache-jena/bin/juuid
@@ -1,7 +1,7 @@
 #!/bin/sh
 ## Licensed under the terms of http://www.apache.org/licenses/LICENSE-2.0
 
-function resolveLink() {
+resolveLink() {
   local NAME=$1
 
   if [ -L "$NAME" ]; then
@@ -26,7 +26,6 @@ function resolveLink() {
 
 # If JENA_HOME is empty
 if [ -z "$JENA_HOME" ]; then
-  echo "JENA_HOME not set, attempting to locate JENA_HOME automatically"
   SCRIPT="$0"
   # Catch common issue: script has been symlinked
   if [ -L "$SCRIPT" ]; then
@@ -46,8 +45,8 @@ if [ -z "$JENA_HOME" ]; then
   # Work out root from script location
   JENA_HOME="$( cd "$( dirname "$SCRIPT" )/.." && pwd )"
   export JENA_HOME
-  echo "Located JENA_HOME at ${JENA_HOME}"
 fi
+
 # If JENA_HOME is a symbolic link need to resolve
 if [ -L "${JENA_HOME}" ]; then
   JENA_HOME=$(resolveLink "$JENA_HOME")
@@ -62,7 +61,6 @@ if [ -L "${JENA_HOME}" ]; then
       ;;
   esac
   export JENA_HOME
-  echo "Resolved symbolic links for JENA_HOME to $JENA_HOME"
 fi
 
 # ---- Setup

http://git-wip-us.apache.org/repos/asf/jena/blob/6074418a/apache-jena/bin/nquads
----------------------------------------------------------------------
diff --git a/apache-jena/bin/nquads b/apache-jena/bin/nquads
index 592f6a9..76aa149 100755
--- a/apache-jena/bin/nquads
+++ b/apache-jena/bin/nquads
@@ -1,7 +1,7 @@
 #!/bin/sh
 ## Licensed under the terms of http://www.apache.org/licenses/LICENSE-2.0
 
-function resolveLink() {
+resolveLink() {
   local NAME=$1
 
   if [ -L "$NAME" ]; then
@@ -26,7 +26,6 @@ function resolveLink() {
 
 # If JENA_HOME is empty
 if [ -z "$JENA_HOME" ]; then
-  echo "JENA_HOME not set, attempting to locate JENA_HOME automatically"
   SCRIPT="$0"
   # Catch common issue: script has been symlinked
   if [ -L "$SCRIPT" ]; then
@@ -46,8 +45,8 @@ if [ -z "$JENA_HOME" ]; then
   # Work out root from script location
   JENA_HOME="$( cd "$( dirname "$SCRIPT" )/.." && pwd )"
   export JENA_HOME
-  echo "Located JENA_HOME at ${JENA_HOME}"
 fi
+
 # If JENA_HOME is a symbolic link need to resolve
 if [ -L "${JENA_HOME}" ]; then
   JENA_HOME=$(resolveLink "$JENA_HOME")
@@ -62,7 +61,6 @@ if [ -L "${JENA_HOME}" ]; then
       ;;
   esac
   export JENA_HOME
-  echo "Resolved symbolic links for JENA_HOME to $JENA_HOME"
 fi
 
 # ---- Setup

http://git-wip-us.apache.org/repos/asf/jena/blob/6074418a/apache-jena/bin/ntriples
----------------------------------------------------------------------
diff --git a/apache-jena/bin/ntriples b/apache-jena/bin/ntriples
index 34db759..4b8f44b 100755
--- a/apache-jena/bin/ntriples
+++ b/apache-jena/bin/ntriples
@@ -1,7 +1,7 @@
 #!/bin/sh
 ## Licensed under the terms of http://www.apache.org/licenses/LICENSE-2.0
 
-function resolveLink() {
+resolveLink() {
   local NAME=$1
 
   if [ -L "$NAME" ]; then
@@ -26,7 +26,6 @@ function resolveLink() {
 
 # If JENA_HOME is empty
 if [ -z "$JENA_HOME" ]; then
-  echo "JENA_HOME not set, attempting to locate JENA_HOME automatically"
   SCRIPT="$0"
   # Catch common issue: script has been symlinked
   if [ -L "$SCRIPT" ]; then
@@ -46,8 +45,8 @@ if [ -z "$JENA_HOME" ]; then
   # Work out root from script location
   JENA_HOME="$( cd "$( dirname "$SCRIPT" )/.." && pwd )"
   export JENA_HOME
-  echo "Located JENA_HOME at ${JENA_HOME}"
 fi
+
 # If JENA_HOME is a symbolic link need to resolve
 if [ -L "${JENA_HOME}" ]; then
   JENA_HOME=$(resolveLink "$JENA_HOME")
@@ -62,7 +61,6 @@ if [ -L "${JENA_HOME}" ]; then
       ;;
   esac
   export JENA_HOME
-  echo "Resolved symbolic links for JENA_HOME to $JENA_HOME"
 fi
 
 # ---- Setup

http://git-wip-us.apache.org/repos/asf/jena/blob/6074418a/apache-jena/bin/qparse
----------------------------------------------------------------------
diff --git a/apache-jena/bin/qparse b/apache-jena/bin/qparse
index 02560fc..a60b5cd 100755
--- a/apache-jena/bin/qparse
+++ b/apache-jena/bin/qparse
@@ -1,7 +1,7 @@
 #!/bin/sh
 ## Licensed under the terms of http://www.apache.org/licenses/LICENSE-2.0
 
-function resolveLink() {
+resolveLink() {
   local NAME=$1
 
   if [ -L "$NAME" ]; then
@@ -26,7 +26,6 @@ function resolveLink() {
 
 # If JENA_HOME is empty
 if [ -z "$JENA_HOME" ]; then
-  echo "JENA_HOME not set, attempting to locate JENA_HOME automatically"
   SCRIPT="$0"
   # Catch common issue: script has been symlinked
   if [ -L "$SCRIPT" ]; then
@@ -46,8 +45,8 @@ if [ -z "$JENA_HOME" ]; then
   # Work out root from script location
   JENA_HOME="$( cd "$( dirname "$SCRIPT" )/.." && pwd )"
   export JENA_HOME
-  echo "Located JENA_HOME at ${JENA_HOME}"
 fi
+
 # If JENA_HOME is a symbolic link need to resolve
 if [ -L "${JENA_HOME}" ]; then
   JENA_HOME=$(resolveLink "$JENA_HOME")
@@ -62,7 +61,6 @@ if [ -L "${JENA_HOME}" ]; then
       ;;
   esac
   export JENA_HOME
-  echo "Resolved symbolic links for JENA_HOME to $JENA_HOME"
 fi
 
 # ---- Setup

http://git-wip-us.apache.org/repos/asf/jena/blob/6074418a/apache-jena/bin/rdfcat
----------------------------------------------------------------------
diff --git a/apache-jena/bin/rdfcat b/apache-jena/bin/rdfcat
index 8553e94..7788c8c 100755
--- a/apache-jena/bin/rdfcat
+++ b/apache-jena/bin/rdfcat
@@ -1,7 +1,7 @@
 #!/bin/sh
 ## Licensed under the terms of http://www.apache.org/licenses/LICENSE-2.0
 
-function resolveLink() {
+resolveLink() {
   local NAME=$1
 
   if [ -L "$NAME" ]; then
@@ -26,7 +26,6 @@ function resolveLink() {
 
 # If JENA_HOME is empty
 if [ -z "$JENA_HOME" ]; then
-  echo "JENA_HOME not set, attempting to locate JENA_HOME automatically"
   SCRIPT="$0"
   # Catch common issue: script has been symlinked
   if [ -L "$SCRIPT" ]; then
@@ -46,8 +45,8 @@ if [ -z "$JENA_HOME" ]; then
   # Work out root from script location
   JENA_HOME="$( cd "$( dirname "$SCRIPT" )/.." && pwd )"
   export JENA_HOME
-  echo "Located JENA_HOME at ${JENA_HOME}"
 fi
+
 # If JENA_HOME is a symbolic link need to resolve
 if [ -L "${JENA_HOME}" ]; then
   JENA_HOME=$(resolveLink "$JENA_HOME")
@@ -62,7 +61,6 @@ if [ -L "${JENA_HOME}" ]; then
       ;;
   esac
   export JENA_HOME
-  echo "Resolved symbolic links for JENA_HOME to $JENA_HOME"
 fi
 
 # ---- Setup

http://git-wip-us.apache.org/repos/asf/jena/blob/6074418a/apache-jena/bin/rdfcompare
----------------------------------------------------------------------
diff --git a/apache-jena/bin/rdfcompare b/apache-jena/bin/rdfcompare
index e9ff1c1..0459970 100755
--- a/apache-jena/bin/rdfcompare
+++ b/apache-jena/bin/rdfcompare
@@ -1,7 +1,7 @@
 #!/bin/sh
 ## Licensed under the terms of http://www.apache.org/licenses/LICENSE-2.0
 
-function resolveLink() {
+resolveLink() {
   local NAME=$1
 
   if [ -L "$NAME" ]; then
@@ -26,7 +26,6 @@ function resolveLink() {
 
 # If JENA_HOME is empty
 if [ -z "$JENA_HOME" ]; then
-  echo "JENA_HOME not set, attempting to locate JENA_HOME automatically"
   SCRIPT="$0"
   # Catch common issue: script has been symlinked
   if [ -L "$SCRIPT" ]; then
@@ -46,8 +45,8 @@ if [ -z "$JENA_HOME" ]; then
   # Work out root from script location
   JENA_HOME="$( cd "$( dirname "$SCRIPT" )/.." && pwd )"
   export JENA_HOME
-  echo "Located JENA_HOME at ${JENA_HOME}"
 fi
+
 # If JENA_HOME is a symbolic link need to resolve
 if [ -L "${JENA_HOME}" ]; then
   JENA_HOME=$(resolveLink "$JENA_HOME")
@@ -62,7 +61,6 @@ if [ -L "${JENA_HOME}" ]; then
       ;;
   esac
   export JENA_HOME
-  echo "Resolved symbolic links for JENA_HOME to $JENA_HOME"
 fi
 
 # ---- Setup

http://git-wip-us.apache.org/repos/asf/jena/blob/6074418a/apache-jena/bin/rdfcopy
----------------------------------------------------------------------
diff --git a/apache-jena/bin/rdfcopy b/apache-jena/bin/rdfcopy
index bd95e53..57b5396 100755
--- a/apache-jena/bin/rdfcopy
+++ b/apache-jena/bin/rdfcopy
@@ -1,7 +1,7 @@
 #!/bin/sh
 ## Licensed under the terms of http://www.apache.org/licenses/LICENSE-2.0
 
-function resolveLink() {
+resolveLink() {
   local NAME=$1
 
   if [ -L "$NAME" ]; then
@@ -26,7 +26,6 @@ function resolveLink() {
 
 # If JENA_HOME is empty
 if [ -z "$JENA_HOME" ]; then
-  echo "JENA_HOME not set, attempting to locate JENA_HOME automatically"
   SCRIPT="$0"
   # Catch common issue: script has been symlinked
   if [ -L "$SCRIPT" ]; then
@@ -46,8 +45,8 @@ if [ -z "$JENA_HOME" ]; then
   # Work out root from script location
   JENA_HOME="$( cd "$( dirname "$SCRIPT" )/.." && pwd )"
   export JENA_HOME
-  echo "Located JENA_HOME at ${JENA_HOME}"
 fi
+
 # If JENA_HOME is a symbolic link need to resolve
 if [ -L "${JENA_HOME}" ]; then
   JENA_HOME=$(resolveLink "$JENA_HOME")
@@ -62,7 +61,6 @@ if [ -L "${JENA_HOME}" ]; then
       ;;
   esac
   export JENA_HOME
-  echo "Resolved symbolic links for JENA_HOME to $JENA_HOME"
 fi
 
 # ---- Setup

http://git-wip-us.apache.org/repos/asf/jena/blob/6074418a/apache-jena/bin/rdfparse
----------------------------------------------------------------------
diff --git a/apache-jena/bin/rdfparse b/apache-jena/bin/rdfparse
index 1d22621..a7727a9 100755
--- a/apache-jena/bin/rdfparse
+++ b/apache-jena/bin/rdfparse
@@ -1,7 +1,7 @@
 #!/bin/sh
 ## Licensed under the terms of http://www.apache.org/licenses/LICENSE-2.0
 
-function resolveLink() {
+resolveLink() {
   local NAME=$1
 
   if [ -L "$NAME" ]; then
@@ -26,7 +26,6 @@ function resolveLink() {
 
 # If JENA_HOME is empty
 if [ -z "$JENA_HOME" ]; then
-  echo "JENA_HOME not set, attempting to locate JENA_HOME automatically"
   SCRIPT="$0"
   # Catch common issue: script has been symlinked
   if [ -L "$SCRIPT" ]; then
@@ -46,8 +45,8 @@ if [ -z "$JENA_HOME" ]; then
   # Work out root from script location
   JENA_HOME="$( cd "$( dirname "$SCRIPT" )/.." && pwd )"
   export JENA_HOME
-  echo "Located JENA_HOME at ${JENA_HOME}"
 fi
+
 # If JENA_HOME is a symbolic link need to resolve
 if [ -L "${JENA_HOME}" ]; then
   JENA_HOME=$(resolveLink "$JENA_HOME")
@@ -62,7 +61,6 @@ if [ -L "${JENA_HOME}" ]; then
       ;;
   esac
   export JENA_HOME
-  echo "Resolved symbolic links for JENA_HOME to $JENA_HOME"
 fi
 
 # ---- Setup

http://git-wip-us.apache.org/repos/asf/jena/blob/6074418a/apache-jena/bin/rdfxml
----------------------------------------------------------------------
diff --git a/apache-jena/bin/rdfxml b/apache-jena/bin/rdfxml
index bebb6e1..25fbe49 100755
--- a/apache-jena/bin/rdfxml
+++ b/apache-jena/bin/rdfxml
@@ -1,7 +1,7 @@
 #!/bin/sh
 ## Licensed under the terms of http://www.apache.org/licenses/LICENSE-2.0
 
-function resolveLink() {
+resolveLink() {
   local NAME=$1
 
   if [ -L "$NAME" ]; then
@@ -26,7 +26,6 @@ function resolveLink() {
 
 # If JENA_HOME is empty
 if [ -z "$JENA_HOME" ]; then
-  echo "JENA_HOME not set, attempting to locate JENA_HOME automatically"
   SCRIPT="$0"
   # Catch common issue: script has been symlinked
   if [ -L "$SCRIPT" ]; then
@@ -46,8 +45,8 @@ if [ -z "$JENA_HOME" ]; then
   # Work out root from script location
   JENA_HOME="$( cd "$( dirname "$SCRIPT" )/.." && pwd )"
   export JENA_HOME
-  echo "Located JENA_HOME at ${JENA_HOME}"
 fi
+
 # If JENA_HOME is a symbolic link need to resolve
 if [ -L "${JENA_HOME}" ]; then
   JENA_HOME=$(resolveLink "$JENA_HOME")
@@ -62,7 +61,6 @@ if [ -L "${JENA_HOME}" ]; then
       ;;
   esac
   export JENA_HOME
-  echo "Resolved symbolic links for JENA_HOME to $JENA_HOME"
 fi
 
 # ---- Setup

http://git-wip-us.apache.org/repos/asf/jena/blob/6074418a/apache-jena/bin/riot
----------------------------------------------------------------------
diff --git a/apache-jena/bin/riot b/apache-jena/bin/riot
index d3b21b5..a552ec6 100755
--- a/apache-jena/bin/riot
+++ b/apache-jena/bin/riot
@@ -1,7 +1,7 @@
 #!/bin/sh
 ## Licensed under the terms of http://www.apache.org/licenses/LICENSE-2.0
 
-function resolveLink() {
+resolveLink() {
   local NAME=$1
 
   if [ -L "$NAME" ]; then
@@ -26,7 +26,6 @@ function resolveLink() {
 
 # If JENA_HOME is empty
 if [ -z "$JENA_HOME" ]; then
-  echo "JENA_HOME not set, attempting to locate JENA_HOME automatically"
   SCRIPT="$0"
   # Catch common issue: script has been symlinked
   if [ -L "$SCRIPT" ]; then
@@ -46,8 +45,8 @@ if [ -z "$JENA_HOME" ]; then
   # Work out root from script location
   JENA_HOME="$( cd "$( dirname "$SCRIPT" )/.." && pwd )"
   export JENA_HOME
-  echo "Located JENA_HOME at ${JENA_HOME}"
 fi
+
 # If JENA_HOME is a symbolic link need to resolve
 if [ -L "${JENA_HOME}" ]; then
   JENA_HOME=$(resolveLink "$JENA_HOME")
@@ -62,7 +61,6 @@ if [ -L "${JENA_HOME}" ]; then
       ;;
   esac
   export JENA_HOME
-  echo "Resolved symbolic links for JENA_HOME to $JENA_HOME"
 fi
 
 # ---- Setup

http://git-wip-us.apache.org/repos/asf/jena/blob/6074418a/apache-jena/bin/rset
----------------------------------------------------------------------
diff --git a/apache-jena/bin/rset b/apache-jena/bin/rset
index 7d494a8..8c84b59 100755
--- a/apache-jena/bin/rset
+++ b/apache-jena/bin/rset
@@ -1,7 +1,7 @@
 #!/bin/sh
 ## Licensed under the terms of http://www.apache.org/licenses/LICENSE-2.0
 
-function resolveLink() {
+resolveLink() {
   local NAME=$1
 
   if [ -L "$NAME" ]; then
@@ -26,7 +26,6 @@ function resolveLink() {
 
 # If JENA_HOME is empty
 if [ -z "$JENA_HOME" ]; then
-  echo "JENA_HOME not set, attempting to locate JENA_HOME automatically"
   SCRIPT="$0"
   # Catch common issue: script has been symlinked
   if [ -L "$SCRIPT" ]; then
@@ -46,8 +45,8 @@ if [ -z "$JENA_HOME" ]; then
   # Work out root from script location
   JENA_HOME="$( cd "$( dirname "$SCRIPT" )/.." && pwd )"
   export JENA_HOME
-  echo "Located JENA_HOME at ${JENA_HOME}"
 fi
+
 # If JENA_HOME is a symbolic link need to resolve
 if [ -L "${JENA_HOME}" ]; then
   JENA_HOME=$(resolveLink "$JENA_HOME")
@@ -62,7 +61,6 @@ if [ -L "${JENA_HOME}" ]; then
       ;;
   esac
   export JENA_HOME
-  echo "Resolved symbolic links for JENA_HOME to $JENA_HOME"
 fi
 
 # ---- Setup

http://git-wip-us.apache.org/repos/asf/jena/blob/6074418a/apache-jena/bin/rsparql
----------------------------------------------------------------------
diff --git a/apache-jena/bin/rsparql b/apache-jena/bin/rsparql
index ddea695..988f9d6 100755
--- a/apache-jena/bin/rsparql
+++ b/apache-jena/bin/rsparql
@@ -1,7 +1,7 @@
 #!/bin/sh
 ## Licensed under the terms of http://www.apache.org/licenses/LICENSE-2.0
 
-function resolveLink() {
+resolveLink() {
   local NAME=$1
 
   if [ -L "$NAME" ]; then
@@ -26,7 +26,6 @@ function resolveLink() {
 
 # If JENA_HOME is empty
 if [ -z "$JENA_HOME" ]; then
-  echo "JENA_HOME not set, attempting to locate JENA_HOME automatically"
   SCRIPT="$0"
   # Catch common issue: script has been symlinked
   if [ -L "$SCRIPT" ]; then
@@ -46,8 +45,8 @@ if [ -z "$JENA_HOME" ]; then
   # Work out root from script location
   JENA_HOME="$( cd "$( dirname "$SCRIPT" )/.." && pwd )"
   export JENA_HOME
-  echo "Located JENA_HOME at ${JENA_HOME}"
 fi
+
 # If JENA_HOME is a symbolic link need to resolve
 if [ -L "${JENA_HOME}" ]; then
   JENA_HOME=$(resolveLink "$JENA_HOME")
@@ -62,7 +61,6 @@ if [ -L "${JENA_HOME}" ]; then
       ;;
   esac
   export JENA_HOME
-  echo "Resolved symbolic links for JENA_HOME to $JENA_HOME"
 fi
 
 # ---- Setup

http://git-wip-us.apache.org/repos/asf/jena/blob/6074418a/apache-jena/bin/rupdate
----------------------------------------------------------------------
diff --git a/apache-jena/bin/rupdate b/apache-jena/bin/rupdate
index 7612084..e4ddbce 100755
--- a/apache-jena/bin/rupdate
+++ b/apache-jena/bin/rupdate
@@ -1,7 +1,7 @@
 #!/bin/sh
 ## Licensed under the terms of http://www.apache.org/licenses/LICENSE-2.0
 
-function resolveLink() {
+resolveLink() {
   local NAME=$1
 
   if [ -L "$NAME" ]; then
@@ -26,7 +26,6 @@ function resolveLink() {
 
 # If JENA_HOME is empty
 if [ -z "$JENA_HOME" ]; then
-  echo "JENA_HOME not set, attempting to locate JENA_HOME automatically"
   SCRIPT="$0"
   # Catch common issue: script has been symlinked
   if [ -L "$SCRIPT" ]; then
@@ -46,8 +45,8 @@ if [ -z "$JENA_HOME" ]; then
   # Work out root from script location
   JENA_HOME="$( cd "$( dirname "$SCRIPT" )/.." && pwd )"
   export JENA_HOME
-  echo "Located JENA_HOME at ${JENA_HOME}"
 fi
+
 # If JENA_HOME is a symbolic link need to resolve
 if [ -L "${JENA_HOME}" ]; then
   JENA_HOME=$(resolveLink "$JENA_HOME")
@@ -62,7 +61,6 @@ if [ -L "${JENA_HOME}" ]; then
       ;;
   esac
   export JENA_HOME
-  echo "Resolved symbolic links for JENA_HOME to $JENA_HOME"
 fi
 
 # ---- Setup

http://git-wip-us.apache.org/repos/asf/jena/blob/6074418a/apache-jena/bin/schemagen
----------------------------------------------------------------------
diff --git a/apache-jena/bin/schemagen b/apache-jena/bin/schemagen
index a2fbc3f..6cd53f8 100755
--- a/apache-jena/bin/schemagen
+++ b/apache-jena/bin/schemagen
@@ -1,7 +1,7 @@
 #!/bin/sh
 ## Licensed under the terms of http://www.apache.org/licenses/LICENSE-2.0
 
-function resolveLink() {
+resolveLink() {
   local NAME=$1
 
   if [ -L "$NAME" ]; then
@@ -26,7 +26,6 @@ function resolveLink() {
 
 # If JENA_HOME is empty
 if [ -z "$JENA_HOME" ]; then
-  echo "JENA_HOME not set, attempting to locate JENA_HOME automatically"
   SCRIPT="$0"
   # Catch common issue: script has been symlinked
   if [ -L "$SCRIPT" ]; then
@@ -46,8 +45,8 @@ if [ -z "$JENA_HOME" ]; then
   # Work out root from script location
   JENA_HOME="$( cd "$( dirname "$SCRIPT" )/.." && pwd )"
   export JENA_HOME
-  echo "Located JENA_HOME at ${JENA_HOME}"
 fi
+
 # If JENA_HOME is a symbolic link need to resolve
 if [ -L "${JENA_HOME}" ]; then
   JENA_HOME=$(resolveLink "$JENA_HOME")
@@ -62,7 +61,6 @@ if [ -L "${JENA_HOME}" ]; then
       ;;
   esac
   export JENA_HOME
-  echo "Resolved symbolic links for JENA_HOME to $JENA_HOME"
 fi
 
 # ---- Setup

http://git-wip-us.apache.org/repos/asf/jena/blob/6074418a/apache-jena/bin/sparql
----------------------------------------------------------------------
diff --git a/apache-jena/bin/sparql b/apache-jena/bin/sparql
index dc6b334..94612d0 100755
--- a/apache-jena/bin/sparql
+++ b/apache-jena/bin/sparql
@@ -1,7 +1,7 @@
 #!/bin/sh
 ## Licensed under the terms of http://www.apache.org/licenses/LICENSE-2.0
 
-function resolveLink() {
+resolveLink() {
   local NAME=$1
 
   if [ -L "$NAME" ]; then
@@ -26,7 +26,6 @@ function resolveLink() {
 
 # If JENA_HOME is empty
 if [ -z "$JENA_HOME" ]; then
-  echo "JENA_HOME not set, attempting to locate JENA_HOME automatically"
   SCRIPT="$0"
   # Catch common issue: script has been symlinked
   if [ -L "$SCRIPT" ]; then
@@ -46,8 +45,8 @@ if [ -z "$JENA_HOME" ]; then
   # Work out root from script location
   JENA_HOME="$( cd "$( dirname "$SCRIPT" )/.." && pwd )"
   export JENA_HOME
-  echo "Located JENA_HOME at ${JENA_HOME}"
 fi
+
 # If JENA_HOME is a symbolic link need to resolve
 if [ -L "${JENA_HOME}" ]; then
   JENA_HOME=$(resolveLink "$JENA_HOME")
@@ -62,7 +61,6 @@ if [ -L "${JENA_HOME}" ]; then
       ;;
   esac
   export JENA_HOME
-  echo "Resolved symbolic links for JENA_HOME to $JENA_HOME"
 fi
 
 # ---- Setup

http://git-wip-us.apache.org/repos/asf/jena/blob/6074418a/apache-jena/bin/tdbbackup
----------------------------------------------------------------------
diff --git a/apache-jena/bin/tdbbackup b/apache-jena/bin/tdbbackup
index b5f3d9b..c7e9bdf 100755
--- a/apache-jena/bin/tdbbackup
+++ b/apache-jena/bin/tdbbackup
@@ -1,7 +1,7 @@
 #!/bin/sh
 ## Licensed under the terms of http://www.apache.org/licenses/LICENSE-2.0
 
-function resolveLink() {
+resolveLink() {
   local NAME=$1
 
   if [ -L "$NAME" ]; then
@@ -26,7 +26,6 @@ function resolveLink() {
 
 # If JENA_HOME is empty
 if [ -z "$JENA_HOME" ]; then
-  echo "JENA_HOME not set, attempting to locate JENA_HOME automatically"
   SCRIPT="$0"
   # Catch common issue: script has been symlinked
   if [ -L "$SCRIPT" ]; then
@@ -46,8 +45,8 @@ if [ -z "$JENA_HOME" ]; then
   # Work out root from script location
   JENA_HOME="$( cd "$( dirname "$SCRIPT" )/.." && pwd )"
   export JENA_HOME
-  echo "Located JENA_HOME at ${JENA_HOME}"
 fi
+
 # If JENA_HOME is a symbolic link need to resolve
 if [ -L "${JENA_HOME}" ]; then
   JENA_HOME=$(resolveLink "$JENA_HOME")
@@ -62,7 +61,6 @@ if [ -L "${JENA_HOME}" ]; then
       ;;
   esac
   export JENA_HOME
-  echo "Resolved symbolic links for JENA_HOME to $JENA_HOME"
 fi
 
 # ---- Setup

http://git-wip-us.apache.org/repos/asf/jena/blob/6074418a/apache-jena/bin/tdbdump
----------------------------------------------------------------------
diff --git a/apache-jena/bin/tdbdump b/apache-jena/bin/tdbdump
index 2ead54e..d57beaa 100755
--- a/apache-jena/bin/tdbdump
+++ b/apache-jena/bin/tdbdump
@@ -1,7 +1,7 @@
 #!/bin/sh
 ## Licensed under the terms of http://www.apache.org/licenses/LICENSE-2.0
 
-function resolveLink() {
+resolveLink() {
   local NAME=$1
 
   if [ -L "$NAME" ]; then
@@ -26,7 +26,6 @@ function resolveLink() {
 
 # If JENA_HOME is empty
 if [ -z "$JENA_HOME" ]; then
-  echo "JENA_HOME not set, attempting to locate JENA_HOME automatically"
   SCRIPT="$0"
   # Catch common issue: script has been symlinked
   if [ -L "$SCRIPT" ]; then
@@ -46,8 +45,8 @@ if [ -z "$JENA_HOME" ]; then
   # Work out root from script location
   JENA_HOME="$( cd "$( dirname "$SCRIPT" )/.." && pwd )"
   export JENA_HOME
-  echo "Located JENA_HOME at ${JENA_HOME}"
 fi
+
 # If JENA_HOME is a symbolic link need to resolve
 if [ -L "${JENA_HOME}" ]; then
   JENA_HOME=$(resolveLink "$JENA_HOME")
@@ -62,7 +61,6 @@ if [ -L "${JENA_HOME}" ]; then
       ;;
   esac
   export JENA_HOME
-  echo "Resolved symbolic links for JENA_HOME to $JENA_HOME"
 fi
 
 # ---- Setup

http://git-wip-us.apache.org/repos/asf/jena/blob/6074418a/apache-jena/bin/tdbloader
----------------------------------------------------------------------
diff --git a/apache-jena/bin/tdbloader b/apache-jena/bin/tdbloader
index 06b4356..e0692da 100755
--- a/apache-jena/bin/tdbloader
+++ b/apache-jena/bin/tdbloader
@@ -1,7 +1,7 @@
 #!/bin/sh
 ## Licensed under the terms of http://www.apache.org/licenses/LICENSE-2.0
 
-function resolveLink() {
+resolveLink() {
   local NAME=$1
 
   if [ -L "$NAME" ]; then
@@ -26,7 +26,6 @@ function resolveLink() {
 
 # If JENA_HOME is empty
 if [ -z "$JENA_HOME" ]; then
-  echo "JENA_HOME not set, attempting to locate JENA_HOME automatically"
   SCRIPT="$0"
   # Catch common issue: script has been symlinked
   if [ -L "$SCRIPT" ]; then
@@ -46,8 +45,8 @@ if [ -z "$JENA_HOME" ]; then
   # Work out root from script location
   JENA_HOME="$( cd "$( dirname "$SCRIPT" )/.." && pwd )"
   export JENA_HOME
-  echo "Located JENA_HOME at ${JENA_HOME}"
 fi
+
 # If JENA_HOME is a symbolic link need to resolve
 if [ -L "${JENA_HOME}" ]; then
   JENA_HOME=$(resolveLink "$JENA_HOME")
@@ -62,7 +61,6 @@ if [ -L "${JENA_HOME}" ]; then
       ;;
   esac
   export JENA_HOME
-  echo "Resolved symbolic links for JENA_HOME to $JENA_HOME"
 fi
 
 # ---- Setup

http://git-wip-us.apache.org/repos/asf/jena/blob/6074418a/apache-jena/bin/tdbquery
----------------------------------------------------------------------
diff --git a/apache-jena/bin/tdbquery b/apache-jena/bin/tdbquery
index b4bd8fa..b0426d9 100755
--- a/apache-jena/bin/tdbquery
+++ b/apache-jena/bin/tdbquery
@@ -1,7 +1,7 @@
 #!/bin/sh
 ## Licensed under the terms of http://www.apache.org/licenses/LICENSE-2.0
 
-function resolveLink() {
+resolveLink() {
   local NAME=$1
 
   if [ -L "$NAME" ]; then
@@ -26,7 +26,6 @@ function resolveLink() {
 
 # If JENA_HOME is empty
 if [ -z "$JENA_HOME" ]; then
-  echo "JENA_HOME not set, attempting to locate JENA_HOME automatically"
   SCRIPT="$0"
   # Catch common issue: script has been symlinked
   if [ -L "$SCRIPT" ]; then
@@ -46,8 +45,8 @@ if [ -z "$JENA_HOME" ]; then
   # Work out root from script location
   JENA_HOME="$( cd "$( dirname "$SCRIPT" )/.." && pwd )"
   export JENA_HOME
-  echo "Located JENA_HOME at ${JENA_HOME}"
 fi
+
 # If JENA_HOME is a symbolic link need to resolve
 if [ -L "${JENA_HOME}" ]; then
   JENA_HOME=$(resolveLink "$JENA_HOME")
@@ -62,7 +61,6 @@ if [ -L "${JENA_HOME}" ]; then
       ;;
   esac
   export JENA_HOME
-  echo "Resolved symbolic links for JENA_HOME to $JENA_HOME"
 fi
 
 # ---- Setup

http://git-wip-us.apache.org/repos/asf/jena/blob/6074418a/apache-jena/bin/tdbstats
----------------------------------------------------------------------
diff --git a/apache-jena/bin/tdbstats b/apache-jena/bin/tdbstats
index aa40445..6d1ac3c 100755
--- a/apache-jena/bin/tdbstats
+++ b/apache-jena/bin/tdbstats
@@ -1,7 +1,7 @@
 #!/bin/sh
 ## Licensed under the terms of http://www.apache.org/licenses/LICENSE-2.0
 
-function resolveLink() {
+resolveLink() {
   local NAME=$1
 
   if [ -L "$NAME" ]; then
@@ -26,7 +26,6 @@ function resolveLink() {
 
 # If JENA_HOME is empty
 if [ -z "$JENA_HOME" ]; then
-  echo "JENA_HOME not set, attempting to locate JENA_HOME automatically"
   SCRIPT="$0"
   # Catch common issue: script has been symlinked
   if [ -L "$SCRIPT" ]; then
@@ -46,8 +45,8 @@ if [ -z "$JENA_HOME" ]; then
   # Work out root from script location
   JENA_HOME="$( cd "$( dirname "$SCRIPT" )/.." && pwd )"
   export JENA_HOME
-  echo "Located JENA_HOME at ${JENA_HOME}"
 fi
+
 # If JENA_HOME is a symbolic link need to resolve
 if [ -L "${JENA_HOME}" ]; then
   JENA_HOME=$(resolveLink "$JENA_HOME")
@@ -62,7 +61,6 @@ if [ -L "${JENA_HOME}" ]; then
       ;;
   esac
   export JENA_HOME
-  echo "Resolved symbolic links for JENA_HOME to $JENA_HOME"
 fi
 
 # ---- Setup

http://git-wip-us.apache.org/repos/asf/jena/blob/6074418a/apache-jena/bin/tdbupdate
----------------------------------------------------------------------
diff --git a/apache-jena/bin/tdbupdate b/apache-jena/bin/tdbupdate
index 3c94419..b26a1be 100755
--- a/apache-jena/bin/tdbupdate
+++ b/apache-jena/bin/tdbupdate
@@ -1,7 +1,7 @@
 #!/bin/sh
 ## Licensed under the terms of http://www.apache.org/licenses/LICENSE-2.0
 
-function resolveLink() {
+resolveLink() {
   local NAME=$1
 
   if [ -L "$NAME" ]; then
@@ -26,7 +26,6 @@ function resolveLink() {
 
 # If JENA_HOME is empty
 if [ -z "$JENA_HOME" ]; then
-  echo "JENA_HOME not set, attempting to locate JENA_HOME automatically"
   SCRIPT="$0"
   # Catch common issue: script has been symlinked
   if [ -L "$SCRIPT" ]; then
@@ -46,8 +45,8 @@ if [ -z "$JENA_HOME" ]; then
   # Work out root from script location
   JENA_HOME="$( cd "$( dirname "$SCRIPT" )/.." && pwd )"
   export JENA_HOME
-  echo "Located JENA_HOME at ${JENA_HOME}"
 fi
+
 # If JENA_HOME is a symbolic link need to resolve
 if [ -L "${JENA_HOME}" ]; then
   JENA_HOME=$(resolveLink "$JENA_HOME")
@@ -62,7 +61,6 @@ if [ -L "${JENA_HOME}" ]; then
       ;;
   esac
   export JENA_HOME
-  echo "Resolved symbolic links for JENA_HOME to $JENA_HOME"
 fi
 
 # ---- Setup

http://git-wip-us.apache.org/repos/asf/jena/blob/6074418a/apache-jena/bin/trig
----------------------------------------------------------------------
diff --git a/apache-jena/bin/trig b/apache-jena/bin/trig
index e984da0..440fce7 100755
--- a/apache-jena/bin/trig
+++ b/apache-jena/bin/trig
@@ -1,7 +1,7 @@
 #!/bin/sh
 ## Licensed under the terms of http://www.apache.org/licenses/LICENSE-2.0
 
-function resolveLink() {
+resolveLink() {
   local NAME=$1
 
   if [ -L "$NAME" ]; then
@@ -26,7 +26,6 @@ function resolveLink() {
 
 # If JENA_HOME is empty
 if [ -z "$JENA_HOME" ]; then
-  echo "JENA_HOME not set, attempting to locate JENA_HOME automatically"
   SCRIPT="$0"
   # Catch common issue: script has been symlinked
   if [ -L "$SCRIPT" ]; then
@@ -46,8 +45,8 @@ if [ -z "$JENA_HOME" ]; then
   # Work out root from script location
   JENA_HOME="$( cd "$( dirname "$SCRIPT" )/.." && pwd )"
   export JENA_HOME
-  echo "Located JENA_HOME at ${JENA_HOME}"
 fi
+
 # If JENA_HOME is a symbolic link need to resolve
 if [ -L "${JENA_HOME}" ]; then
   JENA_HOME=$(resolveLink "$JENA_HOME")
@@ -62,7 +61,6 @@ if [ -L "${JENA_HOME}" ]; then
       ;;
   esac
   export JENA_HOME
-  echo "Resolved symbolic links for JENA_HOME to $JENA_HOME"
 fi
 
 # ---- Setup

http://git-wip-us.apache.org/repos/asf/jena/blob/6074418a/apache-jena/bin/turtle
----------------------------------------------------------------------
diff --git a/apache-jena/bin/turtle b/apache-jena/bin/turtle
index 9adb88f..bcd9a23 100755
--- a/apache-jena/bin/turtle
+++ b/apache-jena/bin/turtle
@@ -1,7 +1,7 @@
 #!/bin/sh
 ## Licensed under the terms of http://www.apache.org/licenses/LICENSE-2.0
 
-function resolveLink() {
+resolveLink() {
   local NAME=$1
 
   if [ -L "$NAME" ]; then
@@ -26,7 +26,6 @@ function resolveLink() {
 
 # If JENA_HOME is empty
 if [ -z "$JENA_HOME" ]; then
-  echo "JENA_HOME not set, attempting to locate JENA_HOME automatically"
   SCRIPT="$0"
   # Catch common issue: script has been symlinked
   if [ -L "$SCRIPT" ]; then
@@ -46,8 +45,8 @@ if [ -z "$JENA_HOME" ]; then
   # Work out root from script location
   JENA_HOME="$( cd "$( dirname "$SCRIPT" )/.." && pwd )"
   export JENA_HOME
-  echo "Located JENA_HOME at ${JENA_HOME}"
 fi
+
 # If JENA_HOME is a symbolic link need to resolve
 if [ -L "${JENA_HOME}" ]; then
   JENA_HOME=$(resolveLink "$JENA_HOME")
@@ -62,7 +61,6 @@ if [ -L "${JENA_HOME}" ]; then
       ;;
   esac
   export JENA_HOME
-  echo "Resolved symbolic links for JENA_HOME to $JENA_HOME"
 fi
 
 # ---- Setup

http://git-wip-us.apache.org/repos/asf/jena/blob/6074418a/apache-jena/bin/uparse
----------------------------------------------------------------------
diff --git a/apache-jena/bin/uparse b/apache-jena/bin/uparse
index d2eef61..43753cf 100755
--- a/apache-jena/bin/uparse
+++ b/apache-jena/bin/uparse
@@ -1,7 +1,7 @@
 #!/bin/sh
 ## Licensed under the terms of http://www.apache.org/licenses/LICENSE-2.0
 
-function resolveLink() {
+resolveLink() {
   local NAME=$1
 
   if [ -L "$NAME" ]; then
@@ -26,7 +26,6 @@ function resolveLink() {
 
 # If JENA_HOME is empty
 if [ -z "$JENA_HOME" ]; then
-  echo "JENA_HOME not set, attempting to locate JENA_HOME automatically"
   SCRIPT="$0"
   # Catch common issue: script has been symlinked
   if [ -L "$SCRIPT" ]; then
@@ -46,8 +45,8 @@ if [ -z "$JENA_HOME" ]; then
   # Work out root from script location
   JENA_HOME="$( cd "$( dirname "$SCRIPT" )/.." && pwd )"
   export JENA_HOME
-  echo "Located JENA_HOME at ${JENA_HOME}"
 fi
+
 # If JENA_HOME is a symbolic link need to resolve
 if [ -L "${JENA_HOME}" ]; then
   JENA_HOME=$(resolveLink "$JENA_HOME")
@@ -62,7 +61,6 @@ if [ -L "${JENA_HOME}" ]; then
       ;;
   esac
   export JENA_HOME
-  echo "Resolved symbolic links for JENA_HOME to $JENA_HOME"
 fi
 
 # ---- Setup

http://git-wip-us.apache.org/repos/asf/jena/blob/6074418a/apache-jena/bin/update
----------------------------------------------------------------------
diff --git a/apache-jena/bin/update b/apache-jena/bin/update
index a7eac43..3530be3 100755
--- a/apache-jena/bin/update
+++ b/apache-jena/bin/update
@@ -1,7 +1,7 @@
 #!/bin/sh
 ## Licensed under the terms of http://www.apache.org/licenses/LICENSE-2.0
 
-function resolveLink() {
+resolveLink() {
   local NAME=$1
 
   if [ -L "$NAME" ]; then
@@ -26,7 +26,6 @@ function resolveLink() {
 
 # If JENA_HOME is empty
 if [ -z "$JENA_HOME" ]; then
-  echo "JENA_HOME not set, attempting to locate JENA_HOME automatically"
   SCRIPT="$0"
   # Catch common issue: script has been symlinked
   if [ -L "$SCRIPT" ]; then
@@ -46,8 +45,8 @@ if [ -z "$JENA_HOME" ]; then
   # Work out root from script location
   JENA_HOME="$( cd "$( dirname "$SCRIPT" )/.." && pwd )"
   export JENA_HOME
-  echo "Located JENA_HOME at ${JENA_HOME}"
 fi
+
 # If JENA_HOME is a symbolic link need to resolve
 if [ -L "${JENA_HOME}" ]; then
   JENA_HOME=$(resolveLink "$JENA_HOME")
@@ -62,7 +61,6 @@ if [ -L "${JENA_HOME}" ]; then
       ;;
   esac
   export JENA_HOME
-  echo "Resolved symbolic links for JENA_HOME to $JENA_HOME"
 fi
 
 # ---- Setup

http://git-wip-us.apache.org/repos/asf/jena/blob/6074418a/apache-jena/bin/utf8
----------------------------------------------------------------------
diff --git a/apache-jena/bin/utf8 b/apache-jena/bin/utf8
index 67ea2e3..781eb39 100755
--- a/apache-jena/bin/utf8
+++ b/apache-jena/bin/utf8
@@ -1,7 +1,7 @@
 #!/bin/sh
 ## Licensed under the terms of http://www.apache.org/licenses/LICENSE-2.0
 
-function resolveLink() {
+resolveLink() {
   local NAME=$1
 
   if [ -L "$NAME" ]; then
@@ -26,7 +26,6 @@ function resolveLink() {
 
 # If JENA_HOME is empty
 if [ -z "$JENA_HOME" ]; then
-  echo "JENA_HOME not set, attempting to locate JENA_HOME automatically"
   SCRIPT="$0"
   # Catch common issue: script has been symlinked
   if [ -L "$SCRIPT" ]; then
@@ -46,8 +45,8 @@ if [ -z "$JENA_HOME" ]; then
   # Work out root from script location
   JENA_HOME="$( cd "$( dirname "$SCRIPT" )/.." && pwd )"
   export JENA_HOME
-  echo "Located JENA_HOME at ${JENA_HOME}"
 fi
+
 # If JENA_HOME is a symbolic link need to resolve
 if [ -L "${JENA_HOME}" ]; then
   JENA_HOME=$(resolveLink "$JENA_HOME")
@@ -62,7 +61,6 @@ if [ -L "${JENA_HOME}" ]; then
       ;;
   esac
   export JENA_HOME
-  echo "Resolved symbolic links for JENA_HOME to $JENA_HOME"
 fi
 
 # ---- Setup

http://git-wip-us.apache.org/repos/asf/jena/blob/6074418a/apache-jena/bin/wwwdec
----------------------------------------------------------------------
diff --git a/apache-jena/bin/wwwdec b/apache-jena/bin/wwwdec
index f979d5c..9f5954a 100755
--- a/apache-jena/bin/wwwdec
+++ b/apache-jena/bin/wwwdec
@@ -1,7 +1,7 @@
 #!/bin/sh
 ## Licensed under the terms of http://www.apache.org/licenses/LICENSE-2.0
 
-function resolveLink() {
+resolveLink() {
   local NAME=$1
 
   if [ -L "$NAME" ]; then
@@ -26,7 +26,6 @@ function resolveLink() {
 
 # If JENA_HOME is empty
 if [ -z "$JENA_HOME" ]; then
-  echo "JENA_HOME not set, attempting to locate JENA_HOME automatically"
   SCRIPT="$0"
   # Catch common issue: script has been symlinked
   if [ -L "$SCRIPT" ]; then
@@ -46,8 +45,8 @@ if [ -z "$JENA_HOME" ]; then
   # Work out root from script location
   JENA_HOME="$( cd "$( dirname "$SCRIPT" )/.." && pwd )"
   export JENA_HOME
-  echo "Located JENA_HOME at ${JENA_HOME}"
 fi
+
 # If JENA_HOME is a symbolic link need to resolve
 if [ -L "${JENA_HOME}" ]; then
   JENA_HOME=$(resolveLink "$JENA_HOME")
@@ -62,7 +61,6 @@ if [ -L "${JENA_HOME}" ]; then
       ;;
   esac
   export JENA_HOME
-  echo "Resolved symbolic links for JENA_HOME to $JENA_HOME"
 fi
 
 # ---- Setup

http://git-wip-us.apache.org/repos/asf/jena/blob/6074418a/apache-jena/bin/wwwenc
----------------------------------------------------------------------
diff --git a/apache-jena/bin/wwwenc b/apache-jena/bin/wwwenc
index 9e4a9d4..933ea95 100755
--- a/apache-jena/bin/wwwenc
+++ b/apache-jena/bin/wwwenc
@@ -1,7 +1,7 @@
 #!/bin/sh
 ## Licensed under the terms of http://www.apache.org/licenses/LICENSE-2.0
 
-function resolveLink() {
+resolveLink() {
   local NAME=$1
 
   if [ -L "$NAME" ]; then
@@ -26,7 +26,6 @@ function resolveLink() {
 
 # If JENA_HOME is empty
 if [ -z "$JENA_HOME" ]; then
-  echo "JENA_HOME not set, attempting to locate JENA_HOME automatically"
   SCRIPT="$0"
   # Catch common issue: script has been symlinked
   if [ -L "$SCRIPT" ]; then
@@ -46,8 +45,8 @@ if [ -z "$JENA_HOME" ]; then
   # Work out root from script location
   JENA_HOME="$( cd "$( dirname "$SCRIPT" )/.." && pwd )"
   export JENA_HOME
-  echo "Located JENA_HOME at ${JENA_HOME}"
 fi
+
 # If JENA_HOME is a symbolic link need to resolve
 if [ -L "${JENA_HOME}" ]; then
   JENA_HOME=$(resolveLink "$JENA_HOME")
@@ -62,7 +61,6 @@ if [ -L "${JENA_HOME}" ]; then
       ;;
   esac
   export JENA_HOME
-  echo "Resolved symbolic links for JENA_HOME to $JENA_HOME"
 fi
 
 # ---- Setup