blob: f388b4bf965ba4dc0c64bb17f29983916353efa4 [file] [log] [blame]
Masood Malekghassemicab9d4f2016-06-28 09:09:31 -07001#!/bin/bash
Jan Tattermusch7897ae92017-06-07 22:57:36 +02002# Copyright 2016 gRPC authors.
Masood Malekghassemicab9d4f2016-06-28 09:09:31 -07003#
Jan Tattermusch7897ae92017-06-07 22:57:36 +02004# Licensed under the Apache License, Version 2.0 (the "License");
5# you may not use this file except in compliance with the License.
6# You may obtain a copy of the License at
Masood Malekghassemicab9d4f2016-06-28 09:09:31 -07007#
Jan Tattermusch7897ae92017-06-07 22:57:36 +02008# http://www.apache.org/licenses/LICENSE-2.0
Masood Malekghassemicab9d4f2016-06-28 09:09:31 -07009#
Jan Tattermusch7897ae92017-06-07 22:57:36 +020010# Unless required by applicable law or agreed to in writing, software
11# distributed under the License is distributed on an "AS IS" BASIS,
12# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13# See the License for the specific language governing permissions and
14# limitations under the License.
Masood Malekghassemicab9d4f2016-06-28 09:09:31 -070015
16set -ex
17
Mehrdad Afshari3b6dcfa2017-06-27 12:41:40 -070018BUILD_PYTHON=$(realpath "$(dirname "$0")/build_python.sh")
Masood Malekghassemicab9d4f2016-06-28 09:09:31 -070019export MSYSTEM=$1
20shift 1
Mehrdad Afshari3b6dcfa2017-06-27 12:41:40 -070021bash --login "$BUILD_PYTHON" "$@"