Skip to content

Commit 64eaba2

Browse files
Sh full command echo on error exit
1 parent f6b1680 commit 64eaba2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/rake/file_utils.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,6 @@ def sh(*cmd, &block)
6262

6363
def create_shell_runner(cmd) # :nodoc:
6464
show_command = sh_show_command cmd
65-
show_command = show_command[0, 42] + "..." unless $trace
66-
6765
lambda do |ok, status|
6866
ok or
6967
fail "Command failed with status (#{status.exitstatus}): " +

0 commit comments

Comments
 (0)