summaryrefslogtreecommitdiff
path: root/check/whitespace.pc
Commit message (Collapse)AuthorAgeFilesLines
* Allow $() through unescaped.Tollef Fog Heen2011-04-131-1/+1
| | | | | | $(foo) is used for make escapes, so allow them through. Freedesktop #33920
* Allow : and = unescaped in output tooTollef Fog Heen2010-05-271-2/+2
|
* Make it possible to escape paths containing special shell charactersTollef Fog Heen2010-05-231-0/+11
Allow paths and other components to contain shell metacharacters, but escape them on output. White space has to be escaped in the input files using quotes or backslashes Freedesktop.org #3571