diff --git a/tx-cleanup.sh b/tx-cleanup.sh index 02841c32..14c89f00 100755 --- a/tx-cleanup.sh +++ b/tx-cleanup.sh @@ -15,5 +15,7 @@ do -e 's/"/"/g' \ -e 's/^\([^=]*\)=\s*/\1=/' \ -e 's/\s*$//' \ + -e 's/ / /g' \ + -e 's/⏎ /\\n/g' \ $file done