Skip to content

Fixing copy-paste error on boostrap scripts for macOS.

Jeremy Soller requested to merge goyox86:goyox86/fix-copy-paste-boostrap into master

Created by: goyox86

Problem:

Mistaken MacPorts installation code on Homebrew section. Breaks the macOS Homebrew based part of the bootstrap script.

At some point I miss-copied-pasted when extending the bootstrap script to have findutils and coreutils on macOS. I realised that when trying to make a setup form scratch on my machine to test everything again.

Solution:

Install Homebrew packages instead of MacPorts packages on the brew section.

Changes introduced by this pull request:

  • Replaced two calls to install_macports_pkg to install_brew_pkg.

State: Ready

Merge request reports