Michael Haggerty <mhag...@alum.mit.edu> writes:

> I can work around the problem by using "--root=/run/shm". 

I do not necessarily think it is a work around.

A low-impact approach may be to update the part that parses --root
option to do

        root=$(...)
        root=$( cd "$root" && /bin/pwd )

or something.
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to