Skip to content
This repository was archived by the owner on Jan 13, 2023. It is now read-only.

Make scripts honor user configured bash version#12

Open
shailesh17 wants to merge 1 commit into
GoogleCloudPlatform:masterfrom
shailesh17:fix-macos-bash-requirement
Open

Make scripts honor user configured bash version#12
shailesh17 wants to merge 1 commit into
GoogleCloudPlatform:masterfrom
shailesh17:fix-macos-bash-requirement

Conversation

@shailesh17

Copy link
Copy Markdown

macOS Catalina comes with version 3.2, but these scripts use associative array declaration which isn't available until bash 4.
using /bin/env bash would allow using a separately installed version of bash that user has installed. Note homebrew usually installs bash in /usr/local/bin/bash

macOS Catalina comes with version 3.2, but these scripts use associative array declaration which isn't available until bash 4.
using /bin/env bash would allow using a separately installed version of bash that user has installed. Note homebrew usually installs bash in /usr/local/bin/bash
@googlebot

Copy link
Copy Markdown

Thanks for your pull request. It looks like this may be your first contribution to a Google open source project (if not, look below for help). Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

📝 Please visit https://cla.developers.google.com/ to sign.

Once you've signed (or fixed any issues), please reply here with @googlebot I signed it! and we'll verify it.


What to do if you already signed the CLA

Individual signers
Corporate signers

ℹ️ Googlers: Go here for more info.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants