X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=grml-hwinfo;h=ed48463d5ad658beca16055b5e24599fc42fb3d6;hb=821640548d123c0291c9d5e05c4eb8c6a285dec0;hp=65e7566b2ade611e1b194c65f9a3cf0a9a9a01a6;hpb=9b0e96beff6fbf9907acd0b96e61dfccfba49c9d;p=grml-hwinfo.git diff --git a/grml-hwinfo b/grml-hwinfo index 65e7566..ed48463 100755 --- a/grml-hwinfo +++ b/grml-hwinfo @@ -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