提交 3f674d6f authored 作者: Thomas Mueller's avatar Thomas Mueller

The shell script h2.sh ignored command line line arguments.

上级 487d0db9
......@@ -6,5 +6,5 @@ fi
if [ -n "$CLASSPATH" ] ; then
cp="$cp:$CLASSPATH"
fi
java -cp "$cp" org.h2.tools.Console %@
java -cp "$cp" org.h2.tools.Console $@
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论