bug-fileutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

rmdir -p bug


From: Wolfram Kleff
Subject: rmdir -p bug
Date: Mon, 29 Oct 2001 12:40:31 +0100

> rmdir --version
rmdir (fileutils) 4.1

rmdir -p should not try to rmdir ".":
Example: create an empty dir:
> mkdir a
Try to remove the dir with leading "./"
> rmdir --ignore-fail-on-non-empty -p ./a/
rmdir: `.': Invalid argument
Exit 1

rmdir should neither write "mdir: `.': Invalid argument", nor
should it exit with a failure (Exit 1)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]