Fixed recursive directories removal: 0600 -> 0700
authorlace <>
Sat, 2 Jun 2007 09:04:15 +0000 (09:04 +0000)
committerlace <>
Sat, 2 Jun 2007 09:04:15 +0000 (09:04 +0000)
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':