summaryrefslogtreecommitdiff
path: root/dist/s_readme
diff options
context:
space:
mode:
authorMichael Cahill <michael.cahill@wiredtiger.com>2011-09-14 08:04:52 +1000
committerMichael Cahill <michael.cahill@wiredtiger.com>2011-09-14 08:04:52 +1000
commit48cc8270876d695790447fb33753eaba6bde6d14 (patch)
tree2442c0d179a5105b1d19b598986a0a7bfb38a9be /dist/s_readme
parent5b666526a265db5ad103e0e86fe25a5f66ca5ce2 (diff)
downloadmongo-48cc8270876d695790447fb33753eaba6bde6d14.tar.gz
Don't try to make files read-only, it causes trouble for version control and end users.
Diffstat (limited to 'dist/s_readme')
-rw-r--r--dist/s_readme2
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/s_readme b/dist/s_readme
index ff0c5b7c0c1..c348baf4049 100644
--- a/dist/s_readme
+++ b/dist/s_readme
@@ -37,4 +37,4 @@ WiredTiger documentation.
END_TEXT
cmp $t $f > /dev/null 2>&1 ||
- (echo "Building $f" && rm -f $f && cp $t $f && chmod 444 $f)
+ (echo "Building $f" && rm -f $f && cp $t $f)