On Sep 29, 2010, at 1:35 PM, Ævar Arnfjörð Bjarmason wrote: >> +test_expect_success 'update data in each submodule' ' >> + for n in $(seq 1 5); do > > seq isn't portable to windows, so we usually write out "1 2 3 4 5" > directly. FWIW, seq isn't even provided by default on OS X. -Kevin Ballard-- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html