clean up bundle install wrapper and set SYSTEM within it

pull/9553/head
Alexander Polcyn 8 years ago
parent 370e57a228
commit 7f43bb25de
  1. 4
      tools/run_tests/helper_scripts/bundle_install_wrapper.sh

@ -31,11 +31,11 @@
set -ex
export GRPC_CONFIG=${CONFIG:-opt}
# change to grpc repo root
cd $(dirname $0)/../../..
SYSTEM=`uname | cut -f 1 -d_`
if [ "$SYSTEM" == "Darwin" ] ; then
# Workaround for crash during bundle install
# See suggestion in https://github.com/bundler/bundler/issues/3692

Loading…
Cancel
Save