Jeff King wrote: > On Tue, Nov 27, 2007 at 09:31:06AM +0100, Johannes Sixt wrote: > >> Isn't this a bashism? Should be: >> >> _GIT_CHERRY_PICK_HELP="run 'git rebase --continue'" >> export _GIT_CHERRY_PICK_HELP >> >> (and the second instance of this as well, of course) > > No, it's in POSIX: > > http://www.opengroup.org/onlinepubs/009695399/utilities/export.html > > However, I'm sure you will be shocked to learn that /bin/sh on Solaris > doesn't understand it: > > $ export foo=bar > foo=bar: is not an identifier If I remember correctly /bin/sh on Solaris cannot be used because of other issues (like $(...) and such). -- Jakub Narebski Warsaw, Poland ShadeHawk on #git - 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