3 Sep 2007 01:05
[ mingw-Bugs-1645851 ] rm -r ../testdir fails to remove testdir
This list is used to send updates of submitted patches, bug reports and file releases. You are discouraged from posting to this list. If you wish to unsubscribe you can do so at https://lists.sourceforge.net/lists/listinfo/mingw-notify. Bugs item #1645851, was opened at 2007-01-27 08:51 Message generated for change (Comment added) made by cstrauss You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=102435&aid=1645851&group_id=2435 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: msys Group: None >Status: Closed >Resolution: Fixed Priority: 5 Private: No Submitted By: Cesar Strauss (cstrauss) Assigned to: Cesar Strauss (cstrauss) Summary: rm -r ../testdir fails to remove testdir Initial Comment: The following recursive rm invocation fails to remove the top-level directory. The failure appears to be linked somehow with a '..' in the directory name. $ mkdir test $ cd test $ mkdir ../testdir $ touch ../testdir/testfile $ du -a ..(Continue reading)
RSS Feed