Searched refs:_sh_quote_command (Results 1 – 1 of 1) sorted by relevance
269 def _sh_quote_command(cmd): function278 return ' && '.join(_sh_quote_command(cmd) for cmd in cmds)290 print(_sh_quote_command(['pushd', repo_top]))301 print(_sh_quote_command(['popd']))348 print('FAILED COMMAND:', _sh_quote_command(cmd), file=file)