mirror of
https://github.com/clearlinux/mixer-tools.git
synced 2026-08-19 12:06:43 +00:00
helpers: fix error handling for dependency checks
Because 'set -e' is enabled for init-mix.sh, the exit status of 'type' is not checked, so an error raised by 'type' would exit immediately, not running the $? conditional logic. To fix, disable 'set -e' for the dependency check function. Signed-off-by: Patrick McCarty <patrick.mccarty@intel.com>
This commit is contained in: