On Thu, Mar 29, 2007 at 11:26:45PM -0400, Jeff King wrote: > # Returns true if the mode reflects a symlink > -function is_symlink () { > +is_symlink () { > test "$1" = 120000 > } Oops, looks like Ted already fixed this, but it just hasn't been pulled yet. Sorry for the noise. -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