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/22 19:44:37 UTC

incubator-tinkerpop git commit: Fix path to gremlin-console/ext.

Repository: incubator-tinkerpop
Updated Branches:
  refs/heads/master b1221811a -> 1c5c2fb58


Fix path to gremlin-console/ext.


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

Branch: refs/heads/master
Commit: 1c5c2fb582635965c460a9ca155bda7d6745b1ab
Parents: b122181
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Wed Apr 22 13:44:17 2015 -0400
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Wed Apr 22 13:44:17 2015 -0400

----------------------------------------------------------------------
 gremlin-console/bin/gremlin.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


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