archlinux / asp

Arch Build Source Management Tool
MIT License
294 stars 34 forks source link

The curly braces in '${XDG_CACHE_HOME:-$HOME/.cache}/asp' seem to confuse the parser #11

Closed pouar closed 7 years ago

pouar commented 7 years ago

when generating a man page, the curly braces in '${XDG_CACHE_HOME:-$HOME/.cache}/asp' seem to confuse the parser and the entire line doesn't show up in the generated man page. This change uses an inline literal passthrough to avoid that.

falconindy commented 7 years ago

Thanks!