You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by ok...@apache.org on 2015/02/20 23:03:58 UTC

incubator-tinkerpop git commit: fixed gremlin.sh - pass options to next gremlin.sh

Repository: incubator-tinkerpop
Updated Branches:
  refs/heads/master fef1f787e -> 2874935a8


fixed gremlin.sh - pass options to next gremlin.sh


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

Branch: refs/heads/master
Commit: 2874935a8e0cf8d29bfc191a63e25602a91a41ab
Parents: fef1f78
Author: Daniel Kuppitz <da...@hotmail.com>
Authored: Fri Feb 20 22:57:01 2015 +0100
Committer: Daniel Kuppitz <da...@hotmail.com>
Committed: Fri Feb 20 22:57:01 2015 +0100

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


http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/2874935a/gremlin-console/bin/gremlin.sh
----------------------------------------------------------------------
diff --git a/gremlin-console/bin/gremlin.sh b/gremlin-console/bin/gremlin.sh
index bb9b9f2..d245782 100755
--- a/gremlin-console/bin/gremlin.sh
+++ b/gremlin-console/bin/gremlin.sh
@@ -19,5 +19,6 @@
 # under the License.
 #
 
+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 $@
\ No newline at end of file
+`dirname $0`/../target/gremlin-*-standalone/bin/gremlin.sh $OPTS