Subversion Repositories DevTools

Rev

Rev 1038 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1038 Rev 1042
Line 53... Line 53...
53
rm -f "$newfile"
53
rm -f "$newfile"
54
mv "$tmpfile" "$newfile"
54
mv "$tmpfile" "$newfile"
55
 
55
 
56
# Fix up permissions on the file and directory
56
# Fix up permissions on the file and directory
57
chmod a-w "$newfile"
57
chmod a-w "$newfile"
58
chmod a-w "$metadir"
58
chmod go-w "$metadir"
-
 
59
chmod a+rx "$metadir"
59
 
60