taler-typescript-core

Wallet core logic and WebUIs for various components
Log | Files | Refs | Submodules | README | LICENSE

commit f4265f76dd9ec3672a6713fc90030b4a42df631b
parent 6318ecef2aa96c55382bc2373ba860759aa683ac
Author: Florian Dold <florian.dold@gmail.com>
Date:   Fri,  7 Aug 2020 11:43:57 +0530

read-only

Diffstat:
Mbootstrap | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git 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