lib/buildmaster/shell_command.rb in BuildMaster-0.6.0 vs lib/buildmaster/shell_command.rb in BuildMaster-0.7.0

- old
+ new

@@ -1,7 +1,8 @@ module Shell private def run(command) + puts "--> #{command}" if (!system(command)) raise "error running command: #{command}" end end