Sh full command echo on error exit

This commit is contained in:
Mark D. Blackwell 2016-07-24 09:22:21 -04:00
parent f6b1680052
commit 64eaba2c83
1 changed files with 0 additions and 2 deletions

View File

@ -62,8 +62,6 @@ module FileUtils
def create_shell_runner(cmd) # :nodoc:
show_command = sh_show_command cmd
show_command = show_command[0, 42] + "..." unless $trace
lambda do |ok, status|
ok or
fail "Command failed with status (#{status.exitstatus}): " +