提交 0936772d 编写于 作者: W weijun

6868864: Kerberos tests fail under windows/cygwin

Reviewed-by: wetmore
上级 ce6b135d
......@@ -43,6 +43,10 @@ case "$OS" in
FS="\\"
SEP=";"
;;
CYGWIN* )
FS="/"
SEP=";"
;;
* )
FS="/"
SEP=":"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册