You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by sp...@apache.org on 2015/04/20 22:14:09 UTC

[07/21] incubator-tinkerpop git commit: Fix path in gremlin.sh given change in artifact naming.

Fix path in gremlin.sh given change in artifact naming.


Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/60421fde
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/60421fde
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/diff/60421fde

Branch: refs/heads/master
Commit: 60421fde728b1e5cf91eefd32496c363c56195d8
Parents: 6e2cc50
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Mon Apr 20 12:10:24 2015 -0400
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Mon Apr 20 12:10:24 2015 -0400

----------------------------------------------------------------------
 gremlin-console/bin/gremlin.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/60421fde/gremlin-console/bin/gremlin.sh
----------------------------------------------------------------------
diff --git a/gremlin-console/bin/gremlin.sh b/gremlin-console/bin/gremlin.sh
index d245782..5890288 100755
--- a/gremlin-console/bin/gremlin.sh
+++ b/gremlin-console/bin/gremlin.sh
@@ -20,5 +20,5 @@
 #
 
 OPTS=$@
-set JAVA_OPTIONS="-Dtinkerpop.ext=/../target/gremlin-*-standalone/ext -Dlog4j.configuration=conf/log4j-console.properties -Dgremlin.log4j.level=$GREMLIN_LOG_LEVEL"
-`dirname $0`/../target/gremlin-*-standalone/bin/gremlin.sh $OPTS
+set JAVA_OPTIONS="-Dtinkerpop.ext=/../target/apache-incubating-gremlin-*-standalone/ext -Dlog4j.configuration=conf/log4j-console.properties -Dgremlin.log4j.level=$GREMLIN_LOG_LEVEL"
+`dirname $0`/../target/apache-incubating-gremlin-*-standalone/bin/gremlin.sh $OPTS