Johannes Sixt <j6t@xxxxxxxx> writes: > On Samstag, 12. Dezember 2009, Stephen Boyd wrote: >> + pretty_name="$(eval echo \$GITHEAD_$SHA1)" > > eval pretty_name=\$GITHEAD_$SHA1 > > :) True, and also there can be scripts that call merge-octupos directly without setting "GITHEAD_$commit", so it would probably need something like : ${pretty_name:=$SHA1} after that. -- 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