提交 d15dd388 编写于 作者: R Richard Levitte

It seems like sslroot: needs to be defined for some tests to work.

Submitted by Steven M. Schweda <sms@antinode.info>
上级 c3502985
......@@ -12,6 +12,9 @@ $ if __arch .eqs. "" then __arch := UNK
$ texe_dir := sys$disk:[-.'__arch'.exe.test]
$ exe_dir := sys$disk:[-.'__arch'.exe.apps]
$
$ sslroot = f$parse("sys$disk:[-.apps];",,,,"syntax_only") - "].;"+ ".]"
$ define /translation_attributes = concealed sslroot 'sslroot'
$
$ set default '__here'
$ on control_y then goto exit
$ on error then goto exit
......@@ -287,4 +290,5 @@ $
$
$ exit:
$ set default '__save_default'
$ deassign sslroot
$ exit
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册