On Sat, Apr 04, 2009 at 04:30:10PM -0700, Robin H. Johnson wrote: > Testing on a box without Perl, I get the following failures. > You can reproduce by doing mv /usr/bin/perl{,.tmp}, > gmake NO_PERL=1 clean all test > > This is the only one that doesn't appear to use perl. > *** t6030-bisect-porcelain.sh *** Probably this: $ grep -B1 -A7 PERL git-bisect.sh sq() { @@PERL@@ -e ' for (@ARGV) { s/'\''/'\'\\\\\'\''/g; print " '\''$_'\''"; } print "\n"; ' "$@" } -Peff -- 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