Hi, On Tue, 3 Jul 2007, Uwe Kleine-K?nig wrote: > - w_commit=$(printf 'WIP on %s' "$msg" | > + w_commit=$(printf 'WIP on %s\n' "$msg" | Why not w_commit=$(echo "WIP on $msg" | Hmm? It is shorter and more to the point. IMHO it is also more common. Ciao, Dscho - 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