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/02/24 18:23:09 UTC

svn commit: r1293347 - /incubator/jena/Jena2/TDB/trunk/bin/tdbverify

Author: andy
Date: Fri Feb 24 17:23:09 2012
New Revision: 1293347

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

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

Modified: incubator/jena/Jena2/TDB/trunk/bin/tdbverify
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/TDB/trunk/bin/tdbverify?rev=1293347&r1=1293346&r2=1293347&view=diff
==============================================================================
--- incubator/jena/Jena2/TDB/trunk/bin/tdbverify (original)
+++ incubator/jena/Jena2/TDB/trunk/bin/tdbverify Fri Feb 24 17:23:09 2012
@@ -1,7 +1,7 @@
-#!/bin/bash
+#!/bin/sh
 # Licensed under the terms of http://www.apache.org/licenses/LICENSE-2.0
 
-source "$TDBROOT/bin/tdb_init"
+. "$TDBROOT/bin/tdb_init"
 
 echo "JAVA_HOME =  $JAVA_HOME"
 echo "TDBROOT   =  $TDBROOT"