commit 007cc7abe8aa4430e78ee833ba874bb9b2f5c8a9 parent 7876bc06004e45c470aa9bfcd4ab4e8bed6464e4 Author: Christian Grothoff <christian@grothoff.org> Date: Mon, 13 Jun 2022 09:47:25 +0200 -prevent editing of generated files Diffstat:
| M | contrib/gana-update.sh | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/contrib/gana-update.sh b/contrib/gana-update.sh @@ -23,6 +23,7 @@ ensure () if ! diff $src/$fn $dst/$fn > /dev/null then cp $src/$fn $dst/$fn + chmod -w $dst/$fn fi }