From 0aad680ce3c01a23fbcef8f67ed160e09936ab17 Mon Sep 17 00:00:00 2001 From: Ron Yorston Date: Sat, 26 Jan 2019 10:37:03 +0000 Subject: ash: remove carriage returns from strings to be evaluated The shell could fail to evaluate strings containing carriage returns. For example: awk 'BEGIN { "set -ex\r\npwd\r\n" | getline }'