summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap3
1 files changed, 3 insertions, 0 deletions
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