Fixed recursive directories removal: 0600 -> 0700
[nethome.git] / bin / cvsutil
index 7aa18ec..026d0cd 100755 (executable)
@@ -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':