Skip to content

Commit

Permalink
[libc++] Fix typo in run-buildbot
Browse files Browse the repository at this point in the history
The installation directory was never meant to contain a brace.
  • Loading branch information
ldionne committed Jan 7, 2021
1 parent 274afac commit c01202a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libcxx/utils/ci/run-buildbot
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ done

MONOREPO_ROOT="${MONOREPO_ROOT:="$(git rev-parse --show-toplevel)"}"
BUILD_DIR="${BUILD_DIR:=${MONOREPO_ROOT}/build/${BUILDER}}"
INSTALL_DIR="${BUILD_DIR}/install}"
INSTALL_DIR="${BUILD_DIR}/install"

function clean() {
rm -rf "${BUILD_DIR}"
Expand Down

0 comments on commit c01202a

Please sign in to comment.