diff options
author | Eric Fiselier <eric@efcs.ca> | 2018-12-15 03:48:08 +0000 |
---|---|---|
committer | Eric Fiselier <eric@efcs.ca> | 2018-12-15 03:48:08 +0000 |
commit | f7077385571e615eb4ec5b646a8ca48d197fadc4 (patch) | |
tree | d8d2b95733cfb4e735a599f054fc26415a2d616c /libcxx/utils/docker | |
parent | 6d7331c1725df1b4bd146c7568919402c524c773 (diff) | |
download | bcm5719-llvm-f7077385571e615eb4ec5b646a8ca48d197fadc4.tar.gz bcm5719-llvm-f7077385571e615eb4ec5b646a8ca48d197fadc4.zip |
Try 2: Fix bug in buildbot start script
llvm-svn: 349236
Diffstat (limited to 'libcxx/utils/docker')
-rwxr-xr-x | libcxx/utils/docker/scripts/docker_start_buildbots.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/utils/docker/scripts/docker_start_buildbots.sh b/libcxx/utils/docker/scripts/docker_start_buildbots.sh index a1d252dacc3..f47ddcd2481 100755 --- a/libcxx/utils/docker/scripts/docker_start_buildbots.sh +++ b/libcxx/utils/docker/scripts/docker_start_buildbots.sh @@ -5,4 +5,4 @@ set -x # run_buildbots.sh cd /libcxx git pull -/libcxx/utils/docker/scripts/run_buildbots.sh "$@" +/libcxx/utils/docker/scripts/run_buildbot.sh "$@" |