diff options
author | Oz Linden <oz@lindenlab.com> | 2016-09-01 21:08:26 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2016-09-01 21:08:26 -0400 |
commit | bd2005e078b3fa60a0acc72ef06bf7ba073b5fea (patch) | |
tree | 39bda5123fb7fb54be3d86a448f736cffd7d6b08 /build.sh | |
parent | bbbe70d33c5e4c8e54df9bc8e76a8611d4c432e2 (diff) |
convert redirect to new python convention
Diffstat (limited to 'build.sh')
-rwxr-xr-x | build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -342,7 +342,7 @@ then done if [ $have_private_repo = true ]; then - $python_command $(native_path "$helper/hg/bin/redirect.py") "${private_S3PROXY_URL}${S3PREFIX}repo/$repo/rev/$revision/index.html"\ + python_cmd "$helpers/redirect.py" "${private_S3PROXY_URL}${S3PREFIX}repo/$repo/rev/$revision/index.html"\ >"$build_log_dir/private.html" || fatal "generating global redirect" upload_output global_redirect "$build_log_dir/private.html" text/html private fi |