Thomas Rast <trast@xxxxxxxxxxxxxxx> writes: > I'm still not sure what ${1+"$@"} was about by the way. It is one of the many old-timer's portability idioms that let us work around bugs in some ancient shell implementations. ${1+"$@"} should be equivalent to "$@" in modern Bourne shell variants that are POSIX compliant. -- 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