blob: 0a68d670a3d8bdd2852f5a02e3e5a128a6fa0473 (
plain)
1
2
3
4
5
6
|
file-remove-no-empty
--------------------
* The :command:`file(REMOVE)` and :command:`file(REMOVE_RECURSE)` commands
were changed to ignore empty arguments with a warning instead of treating
them as a relative path and removing the contents of the current directory.
|