Matthieu Moy <[email protected]> writes: > Tanay Abhra <[email protected]> writes: > >>>>> + test_when_finished "mv .git/config.old .git/config" && >>>>> + echo "[alias]\n br" >.git/config && >>> >>> Is the use of \n portable? >>> >> >> Yes, you are right, will replace with printf in the next patch. > > ... or a cat >.git/config <<\EOF, since this is the construct used > elsewhere in the script.
That sounds much better ;-) Thanks. -- 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

