>From mkisofs/tree.c:1507:
fprintf(stderr,
"Warning: Directory loop (%s dev: %lx ino: %lu).\n",
whole_path, (unsigned long) statbuf.st_dev,
(unsigned long) STAT_INODE(statbuf));
exit(1);
A warning that immediately exits? Sounds more like a fatal error.
-- Johan
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

