diff options
author | Florian Dold <florian.dold@gmail.com> | 2020-08-07 11:43:57 +0530 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2020-08-07 11:43:57 +0530 |
commit | f4265f76dd9ec3672a6713fc90030b4a42df631b (patch) | |
tree | fc202c94d0439753cec738aa1764d60e37d94fbc | |
parent | 6318ecef2aa96c55382bc2373ba860759aa683ac (diff) |
read-only
-rwxr-xr-x | bootstrap | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |