Skip to content
Snippets Groups Projects
Commit 7f43bb25 authored by Alexander Polcyn's avatar Alexander Polcyn
Browse files

clean up bundle install wrapper and set SYSTEM within it

parent 370e57a2
No related branches found
No related tags found
No related merge requests found
...@@ -31,11 +31,11 @@ ...@@ -31,11 +31,11 @@
set -ex set -ex
export GRPC_CONFIG=${CONFIG:-opt}
# change to grpc repo root # change to grpc repo root
cd $(dirname $0)/../../.. cd $(dirname $0)/../../..
SYSTEM=`uname | cut -f 1 -d_`
if [ "$SYSTEM" == "Darwin" ] ; then if [ "$SYSTEM" == "Darwin" ] ; then
# Workaround for crash during bundle install # Workaround for crash during bundle install
# See suggestion in https://github.com/bundler/bundler/issues/3692 # See suggestion in https://github.com/bundler/bundler/issues/3692
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment