-
Toon Claes authored
Kernel#system by default returns false when the command fails. Before this change the return value was not looked at. With this change we pass `exception: true` to system() so it raises an exception on failure.
4d8f588e
Kernel#system by default returns false when the command fails. Before this change the return value was not looked at. With this change we pass `exception: true` to system() so it raises an exception on failure.