blob: dadd0e215ea36b79b317f4c6efbbae1fcb167a9f [file] [log] [blame]
#!/bin/sh
# Our setup process adds depot_tools, which contains presubmit_support.py, to
# the PATH. Our presubmit checks print to stdout even on failure, so redirect to
# stderr so the hook's output is visible.
presubmit_support.py -u 1>&2