workaround old version of asciidoc

Old versions of asciidoc parse lines incorrectly
when two tildes appear on the same line. This
works around the issue by using HOME environment variable.
The error in the old version of asciidoc causes
xsltproc to fail on mismatched nesting of tags.
This commit is contained in:
Paul Morgan 2010-11-05 13:38:04 -04:00 committed by Devan Goodwin
parent a53a93fc0b
commit 8c812d0854

View file

@ -20,7 +20,7 @@ User preferences can be stored in files:
`~/.titorc`
If `~/.spacewalk-build-rc` exists, tito ignores `~/.titorc`.
If `$HOME/.spacewalk-build-rc` exists, tito ignores `$HOME/.titorc`.
Both files are optional.