Junio C Hamano schrieb: > Don Slutz <Don.Slutz@xxxxxxxxxxxxxxxxxx> writes: > >> test_have_prereq () { >> - save_IFS=$IFS >> - IFS=+ >> - set -- $* >> - IFS=$save_IFS >> - for prerequisite >> + for prerequisite in $(echo $*) > > Ah, that's clever. Well, it is an extra fork() that could easily be avoided by modifying the call site in test_skip. -- Hannes -- 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