Project

General

Profile

Actions

Bug #11849

closed

Multi-line input containting \r\n causes issues when using inside the ssh scripts

Added by Ivan Necas about 9 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
-
Difficulty:
Triaged:
Fixed in Releases:
Found in Releases:

Description

1. run command action
2. use multiline command as the input
3. the lines in the input are separated by '\r\n'

This leads to `$'\r': command not found` when running the command.

The solution is to sanitize the script before running it to remove the '\r'
characters.

Actions

Also available in: Atom PDF