Fixes TINKERPOP-1771

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

Branch: refs/heads/TINKERPOP-1730
Commit: 60a34d1cc4343c5d0fdcf009a315409402b10a8f
Parents: 0d494c0
Author: Robert Dale <robd...@gmail.com>
Authored: Sun Sep 10 14:42:50 2017 -0400
Committer: Robert Dale <robd...@gmail.com>
Committed: Sun Sep 10 14:42:50 2017 -0400

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


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/60a34d1c/gremlin-console/src/main/bin/gremlin.bat
----------------------------------------------------------------------
diff --git a/gremlin-console/src/main/bin/gremlin.bat 
b/gremlin-console/src/main/bin/gremlin.bat
index 1d5e9bd..021e37b 100644
--- a/gremlin-console/src/main/bin/gremlin.bat
+++ b/gremlin-console/src/main/bin/gremlin.bat
@@ -39,6 +39,6 @@ set JAVA_OPTIONS=-Xms32m -Xmx512m -Djline.terminal=none
 
 :: Launch the application
 
-java %JAVA_OPTIONS% %JAVA_ARGS% -cp %LIBDIR%/*;%EXTDIR%; 
org.apache.tinkerpop.gremlin.console.Console %*
+java %JAVA_OPTIONS% %JAVA_ARGS% -cp "%LIBDIR%\*;%EXTDIR%;" 
org.apache.tinkerpop.gremlin.console.Console %*
 
 set CLASSPATH=%OLD_CLASSPATH%
\ No newline at end of file

Reply via email to