Closed jgabaut closed 10 months ago
With version 1.9.7, test mode changed and it breaks backwards compatibility for repos with amboso <=1.9.6.
1.9.7
<=1.9.6
$
@@ -522,7 +522,7 @@ function escape_colorcodes_tee { cat -e "$file" | tee "$outfile"
cat $file
@@ -522,7 +522,7 @@ function escape_colorcodes_tee { cat "$file" | tee "$outfile"
With version
1.9.7
, test mode changed and it breaks backwards compatibility for repos with amboso<=1.9.6
.Behaviour
<=1.9.6
$
on each line end. This was deemed a bug, see issue at this link.1.9.7
$
to each line, and no escaping will be done on thecat $file
.