Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use command instead of which in install script, fixes #1114 #1119

Merged
merged 1 commit into from Sep 25, 2018

Conversation

rfay
Copy link
Member

@rfay rfay commented Sep 20, 2018

The Problem/Issue/Bug:

#1114 points out that the output of "which" in the install script is shown to the user (although the script works fine).

How this PR Solves The Problem:

  • Use 'command -v' and redirect the output instead of using which
  • Change the suggested curl command to curl -L, so it follows redirects.

Manual Testing Instructions:

Run the install script as in the Linux or macOS install section

Automated Testing Overview:

Related Issue Link(s):

Release/Deployment notes:

@rfay rfay self-assigned this Sep 20, 2018
@rfay rfay force-pushed the 20180920_fix_install_script branch from ef78a2e to dca3ee3 Compare September 20, 2018 22:22
@rfay rfay added this to the v1.3.0 milestone Sep 24, 2018
Copy link
Contributor

@andrewfrench andrewfrench left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

curl -L is a good catch, and not showing the location of brew is for the best.

@rfay rfay force-pushed the 20180920_fix_install_script branch from dca3ee3 to 7f609a7 Compare September 25, 2018 00:40
@rfay rfay merged commit 737033b into ddev:master Sep 25, 2018
@rfay rfay deleted the 20180920_fix_install_script branch September 25, 2018 02:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants