recurse: add symlink derefencing flags -H and -L
This commit is contained in:
committed by
sin
parent
5a13865385
commit
82bc92da51
@@ -12,7 +12,7 @@ void
|
||||
rm(const char *path)
|
||||
{
|
||||
if (rm_rflag)
|
||||
recurse(path, rm);
|
||||
recurse(path, rm, 'P');
|
||||
if (remove(path) < 0) {
|
||||
if (!rm_fflag)
|
||||
weprintf("remove %s:", path);
|
||||
|
Reference in New Issue
Block a user