Skip to content

Commit b68bccc

Browse files
committed
update
1 parent f160b73 commit b68bccc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kyuubi-util-scala/src/main/scala/org/apache/kyuubi/util/command/CommandLineUtils.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,5 @@ object CommandLineUtils {
4444
* Generate classpath option by assembling the classpath entries with "-cp" prefix
4545
*/
4646
def genClasspathOption(classpathEntries: Iterable[String]): Iterable[String] =
47-
Stream(JAVA_OPTION_CLASSPATH, classpathEntries.mkString(File.pathSeparator))
47+
Stream(CP, classpathEntries.mkString(File.pathSeparator))
4848
}

0 commit comments

Comments
 (0)