Mark Levedahl <mdl123@xxxxxxxxxxx> wrote: > +# create the tar file, clean up > +tar cf "$bfile" --absolute-names --transform="s,$tmp-,," \ > + --verbose --show-transformed-names \ > + "$references" "$pack" I'm not sure this will work on FreeBSD. Both 5.1 and 6.1 use tar that does not know about --absolute-names, --transform, --verbose, or --show-transformed-names. -- Shawn. - 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