1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2025-07-01 22:09:25 +00:00

Fix missing dependency on helper module for helpers added in #1793 (#1811)

PR #1793 introduced helper functions for OS detection in some modules.
These helpers require a module dependency on the 'helper' module.
This commit is contained in:
Charith Amarasinghe
2020-03-29 20:49:35 +01:00
committed by GitHub
parent f479f37ead
commit d5bef142d4
6 changed files with 18 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; then
return 1