diff options
author | Eric Fiselier <eric@efcs.ca> | 2018-12-15 03:45:21 +0000 |
---|---|---|
committer | Eric Fiselier <eric@efcs.ca> | 2018-12-15 03:45:21 +0000 |
commit | 6d7331c1725df1b4bd146c7568919402c524c773 (patch) | |
tree | 6cccfa0f6ada8c6026b56c9d1320b145980f16a6 /libcxx/utils/docker/scripts/docker_start_buildbots.sh | |
parent | 4e903a3a7d25973a35b411a206242be264a4d03f (diff) | |
download | bcm5719-llvm-6d7331c1725df1b4bd146c7568919402c524c773.tar.gz bcm5719-llvm-6d7331c1725df1b4bd146c7568919402c524c773.zip |
Fix bug in buildbot start script
llvm-svn: 349235
Diffstat (limited to 'libcxx/utils/docker/scripts/docker_start_buildbots.sh')
-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 1da3942583d..a1d252dacc3 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 -source utils/docker/scripts/run_buildbots.sh "$@" +/libcxx/utils/docker/scripts/run_buildbots.sh "$@" |