> rel2abs resolves references to ./ and ../ only when they are at the head of 
> path.
> Therefore, rel2abs cannot be used instead of realpath. 
> 
> $ pwd
> /tmp/pathconvert/lib/t
> $ ./rel2abs .././././z.c /a/b/c/x
> /a/b/c/z.c
> $ ./rel2abs x/.././././z.c /a/b/c
> /a/b/c/x/.././././z.c

Is it a problem? Why?
--
Shigio YAMAGUCHI <[EMAIL PROTECTED]> - Tama Communications Corporation
PGP fingerprint: D1CB 0B89 B346 4AB6 5663  C4B6 3CA5 BBB3 57BE DDA3


_______________________________________________
Bug-global mailing list
Bug-global@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-global

Reply via email to