Commit 6a8d5bcb by Geoff Lang Committed by Geoff Lang

Fix wrong working directory for roll_aosp.sh

Bug: b/150458033 Change-Id: I17c605cbe02341b31855dc771225bf0c95445bfd Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2522009Reviewed-by: 's avatarGeoff Lang <geofflang@chromium.org>
parent f2a78926
...@@ -9,8 +9,8 @@ ...@@ -9,8 +9,8 @@
# exit when any command fails # exit when any command fails
set -e set -e
# Change the working directory to the script's directory # Change the working directory to the ANGLE root directory
cd "${0%/*}" cd "${0%/*}/.."
# Check out depot_tools locally and add it to the path # Check out depot_tools locally and add it to the path
DEPOT_TOOLS_DIR=_depot_tools DEPOT_TOOLS_DIR=_depot_tools
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment