aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd/vendor-install.sh
AgeCommit message (Collapse)Author
2017-05-30vendor-install: use Ruby as a sha256 fallbackMisty De Meo
But still prefer shasum/sha256sum where present.
2017-05-23vendor-install: fix array syntax for old bashMisty De Meo
2017-05-23vendor-install: check -x on output of whichMisty De Meo
This works around older versions of `which`, which return a string on failure.
2016-09-18Use new "macOS" naming where appropriate.Mike McQuaid
Not quite a mass replacement as I've used OS X and Mac OS X where describing specific older versions and added compatibility methods for things in the DSL.
2016-08-10Enable vendored Ruby 2.0.Mike McQuaid
2016-08-08cmd/vendor-install.sh: fix style inconsistenciesMartin Afanasjew
2016-07-14various: don't assume non-OS X == Linux.Xu Cheng
2016-07-11add vendor-install commandXu Cheng