homebrew: load helper dependency

Updates #1815
This commit is contained in:
Zac Bergquist 2020-04-22 17:43:57 -06:00 committed by Indrajit Raychaudhuri
parent de7b3b7fdc
commit 342385618c
1 changed files with 3 additions and 0 deletions

View File

@ -5,6 +5,9 @@
# Sorin Ionescu <sorin.ionescu@gmail.com>
#
# Load dependencies.
pmodload 'helper'
# Return if requirements are not found.
if ! is-darwin && ! is-linux; then
return 1