Michael Haggerty <[email protected]> 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 [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html

