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 -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