Remote extra record separator from `sh' task action
This commit is contained in:
@@ -4,7 +4,6 @@ module Producer
|
||||
class ShellCommand < Action
|
||||
def apply
|
||||
remote.execute(arguments.first, output)
|
||||
output.puts
|
||||
end
|
||||
end
|
||||
end
|
||||
|
@@ -12,7 +12,7 @@ module Producer
|
||||
|
||||
case program
|
||||
when 'echo'
|
||||
output << tokens.join(' ')
|
||||
output << tokens.join(' ') << "\n"
|
||||
when 'true'
|
||||
output << ''
|
||||
when 'false'
|
||||
|
Reference in New Issue
Block a user