On Feb 10, 2008 7:43 AM, Dmitry Potapov <dpotapov@xxxxxxxxx> wrote: > On Sat, Feb 09, 2008 at 09:15:30PM -0500, Jay Soffian wrote: > > Would not be better to use uname instead like this > > if test "$(uname -s)" == "Darwin"; then > ... > or in addition to SECURITYSESSIONID: > > if test -n "$SECURITYSESSIONID" -a "$(uname -s)" == "Darwin"; then > ... > ? > > I think it would be more reliable and more importantly it makes the > code easier to understand, because it is clear now for everyone that > this is OS X specific. Sure. > BTW, should not it be mentioned in the documentation? Probably, in > the list of supported web browsers in git-help.txt. Yep, will do. j. - 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