-prevent editing of generated files
This commit is contained in:
parent
7876bc0600
commit
007cc7abe8
@ -23,6 +23,7 @@ ensure ()
|
|||||||
if ! diff $src/$fn $dst/$fn > /dev/null
|
if ! diff $src/$fn $dst/$fn > /dev/null
|
||||||
then
|
then
|
||||||
cp $src/$fn $dst/$fn
|
cp $src/$fn $dst/$fn
|
||||||
|
chmod -w $dst/$fn
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user