"Felipe Gonçalves Assis" <[email protected]> writes:
> + test_cmp diff-output grep-output &&
> + while read status old new
> + do
> + th[${old:0:1}]=${status:1}
> + done <diff-output &&
Sorry, but I think this uses a few blatant bash-isms that we cannot
use in our scripts.
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html

