0
Files
src/build/install-build-deps.sh
Tom Anderson 174d854667 Port install-build-deps to Python
Bug: None
Change-Id: I58b77b3cf569b3f41e8a2857a34453cb5163a6ac
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4454766
Reviewed-by: Lei Zhang <thestig@chromium.org>
Commit-Queue: Thomas Anderson <thomasanderson@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1140356}
2023-05-05 21:37:04 +00:00

8 lines
218 B
Bash
Executable File

#!/bin/bash -e
# Copyright 2012 The Chromium Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
exec "$(cd $(dirname $0) && pwd)/install-build-deps.py" "$@"