RFC: make command not found an unrecoverable error
Proposition
Make command not found exit the script.
Rationale
Scripts should make sure the executable exists on the target system. In case the script wrongly assumed the existence of a command, operations should not be proceeded, or "magic" could happen.