Jeff King <peff@xxxxxxxx> writes: > I wonder if a better solution is to use a known-good shell instead of > trying to work around problems in a bogus shell. Yeah, I think that is a better approach. What prevents us from doing 's|^#! */bin/sh|$#$SHELL_PATH|' on everything in t/ directory (I am not suggesting to do this. I just want to know if there is a reason we want hardcoded "#!/bin/sh" for some instances). -- 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