diff --git a/include/binaries b/include/binaries index d894caf9..0fbefe46 100644 --- a/include/binaries +++ b/include/binaries @@ -304,12 +304,11 @@ [ "${WCBINARY:-}" ] || ExitFatal "wc binary not found" # Test a few other tools that we did not specifically define (yet) - TOOLS="xxd" - for T in ${TOOLS}; do - DATA=$(type ${T}) - if [ $? -gt 0 ]; then ExitFatal "${T} binary not found"; fi - done - + #TOOLS="xxd" + #for T in ${TOOLS}; do + # DATA=$(type ${T}) + # if [ $? -gt 0 ]; then ExitFatal "${T} binary not found"; fi + #done else LogText "Result: checking of binaries skipped in this mode"