Hi, On Wed, 6 Jun 2007, Johannes Sixt wrote: > - [ -r "$workdir/../map/$1" ] || return 1 > + # if it was not rewritten, take the original > + [ -r "$workdir/../map/$1" ] || echo "$1" Maybe "test" instead of "["? Otherwise, ACK from me. 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