diff options
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 "$@" |