From f4265f76dd9ec3672a6713fc90030b4a42df631b Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Fri, 7 Aug 2020 11:43:57 +0530 Subject: read-only --- bootstrap | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bootstrap') diff --git a/bootstrap b/bootstrap index 82700e1b2..142509944 100755 --- a/bootstrap +++ b/bootstrap @@ -12,3 +12,6 @@ fi git submodule update --init cp build-system/taler-build-scripts/configure ./configure +# Try making the configure script read-only to prevent +# accidental changes in the wrong place. +chmod ogu-w ./configure || true -- cgit v1.2.3