Ralf Wildenhues <[EMAIL PROTECTED]> writes: > + if test -z "$self_abspathname"; then
self_abspathname should be initialized to the empty string, for this test to work reliably (this problem is present in the current version). Otherwise, it looks good to me.