提交 0b907122 编写于 作者: D Doug Goldstein 提交者: Daniel Veillard

virt-pki-validate contains unexpanded SYSCONFDIR variable

* tools/virt-pki-validate.in: use an automake variable instead of a
  shell variable so the resulting shell actually work
上级 31a5ee92
......@@ -25,7 +25,7 @@ echo Found $CERTOOL
#
# Check the directory structure
#
PKI="$(SYSCONFDIR)/pki"
PKI="@SYSCONFDIR@/pki"
if [ ! -d $PKI ]
then
echo the $PKI directory is missing, it is usually
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册