-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
|
||||
then
|
||||
cp $src/$fn $dst/$fn
|
||||
chmod -w $dst/$fn
|
||||
fi
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user