Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Eliminate escape codes in aws_ssm output from newer versions of Bash (#…
…1839) SUMMARY aws_ssm - prevent escape codes from interfering with output Fixes #1756 ISSUE TYPE Bugfix Pull Request COMPONENT NAME aws_ssm ADDITIONAL INFORMATION This disables the Readline feature enable-bracketed-paste which is enabled by default on Bash 5.1 and above. This was causing escape sequences like \x1b[?2004h\x1b[?2004l to get into the output from some operating systems (e.g. Amazon Linux). (cherry picked from commit af18bc6)
- Loading branch information