From bd2005e078b3fa60a0acc72ef06bf7ba073b5fea Mon Sep 17 00:00:00 2001 From: Oz Linden <oz@lindenlab.com> Date: Thu, 1 Sep 2016 21:08:26 -0400 Subject: [PATCH] convert redirect to new python convention --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index d7b95e8987e..9b0b8399a32 100755 --- a/build.sh +++ b/build.sh @@ -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 -- GitLab