phosphor-hwmon: srcrev bump 82921ae8e8..f4414cba09

Anton D. Kachalov (1):
      Make shellcheck happy about the max31785-msl script

Patrick Williams (2):
      bootstrap: fix shellcheck warnings
      enable shellcheck

Change-Id: If755ac0e8da2326460eafb596ba50adab4452a73
Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
diff --git a/meta-phosphor/recipes-phosphor/sensors/phosphor-hwmon_git.bb b/meta-phosphor/recipes-phosphor/sensors/phosphor-hwmon_git.bb
index a5c1db4..6958eac 100644
--- a/meta-phosphor/recipes-phosphor/sensors/phosphor-hwmon_git.bb
+++ b/meta-phosphor/recipes-phosphor/sensors/phosphor-hwmon_git.bb
@@ -39,14 +39,14 @@
 RRECOMMENDS_${PN} += "${VIRTUAL-RUNTIME_phosphor-hwmon-config}"
 
 FILES_max31785-msl = "${bindir}/max31785-msl"
-RDEPENDS_max31785-msl = "${VIRTUAL-RUNTIME_base-utils} i2c-tools"
+RDEPENDS_max31785-msl = "${VIRTUAL-RUNTIME_base-utils} i2c-tools bash"
 
 SRC_URI += "git://github.com/openbmc/phosphor-hwmon"
 SRC_URI += "file://70-hwmon.rules"
 SRC_URI += "file://70-iio.rules"
 SRC_URI += "file://start_hwmon.sh"
 
-SRCREV = "82921ae8e84b250e6436c8c005245bccd5c4706c"
+SRCREV = "f4414cba09577e906b7b022a96b41e6a859da149"
 
 S = "${WORKDIR}/git"