The following is a (brief) transcript of a conversation I had with bash this afternoon. Obviously, it's the core dump (and subsequent non-removal of source files) that's concerning me. Diff seems to like the output, so I'm guessing that mv died somewhere in unlinking the source (which I did manually). I'm thinking that maybe mv didn't like the colon in the directory name? This is also not the newest version of fileutils. Any responce is appreciated (especially one indicating that this bug is addressed in version X, or that the bug is in my brain, not so much in mv). Thank you!
[EMAIL PROTECTED] mysql]# mv sgn-2004-07-08-10\:29.19/ /data/shared/nick/zamolxis-sgn-2004-07-08-10\:29.19/ mv: basename.c:67: base_name: Assertion `all_slashes || *(p - 1) != '/'' failed.Aborted (core dumped) [EMAIL PROTECTED] mysql]# mv --version mv (GNU fileutils) 4.0x Written by Mike Parker, David MacKenzie, and Jim Meyering. Copyright (C) 2000 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. [EMAIL PROTECTED] mysql]# diff -r sgn-2004-07-08-10\:29.19/ /data/shared/nick/zamolxis-sgn-2004-07-08-10\:29.19/ [EMAIL PROTECTED] mysql]# _______________________________________________ Bug-fileutils mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/bug-fileutils