We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6855092 commit 14a4c32Copy full SHA for 14a4c32
lib/rake.rb
@@ -960,7 +960,7 @@ def sh(*cmd, &block)
960
options = (Hash === cmd.last) ? cmd.pop : {}
961
unless block_given?
962
show_command = cmd.join(" ")
963
- show_command = show_command[0,42] + "..."
+ show_command = show_command[0,42] + "..." unless $trace
964
# TODO code application logic heref show_command.length > 45
965
block = lambda { |ok, status|
966
ok or fail "Command failed with status (#{status.exitstatus}): [#{show_command}]"
0 commit comments