From: lace <> Date: Sat, 2 Jun 2007 09:04:15 +0000 (+0000) Subject: Fixed recursive directories removal: 0600 -> 0700 X-Git-Url: https://git.jankratochvil.net/?p=nethome.git;a=commitdiff_plain;h=41e18f02ebc9bdc924bea371e87bf9db1eb9ec87 Fixed recursive directories removal: 0600 -> 0700 --- diff --git a/bin/cvsutil b/bin/cvsutil index 7aa18ec..026d0cd 100755 --- a/bin/cvsutil +++ b/bin/cvsutil @@ -221,7 +221,7 @@ sub localactionrm { my($filename)=@_; - chmod 0600,$filename or do { + chmod 0700,$filename or do { mayfatal "File \"$_\" cannot be chmod(2)ed" if !$!{ENOENT}; }; # '\1' for '-r':