Support i2c-tools's decode-dimms
[grml-hwinfo.git] / grml-hwinfo
index 65e7566..ed48463 100755 (executable)
@@ -294,7 +294,9 @@ cd "${OUTDIR}" || exit 1
       edac-util --report=full > edac-util_report 2>edac-util_report.error
     fi
 
-    if [ -x /usr/share/doc/lm-sensors/examples/eeprom/decode-dimms.pl ] ; then
+    if exectest decode-dimms ; then
+      decode-dimms > decode-dimms 2>decode-dimms.error
+    elif [ -x /usr/share/doc/lm-sensors/examples/eeprom/decode-dimms.pl ] ; then
       /usr/share/doc/lm-sensors/examples/eeprom/decode-dimms.pl > decode-dimms 2>decode-dimms.error
     fi