Home
last modified time | relevance | path

Searched refs:_SHELL_QUOTABLE_CHARS (Results 1 – 1 of 1) sorted by relevance

/tools/repohooks/rh/
Dshell.py38 _SHELL_QUOTABLE_CHARS = frozenset('[|&;()<> \t!{}[]=*?~$"\'\\#^') variable
75 if c in _SHELL_QUOTABLE_CHARS: