diff options
| -rwxr-xr-x | bootstrap | 4 | 
1 files changed, 3 insertions, 1 deletions
| @@ -1,11 +1,13 @@  #!/bin/sh +set -eu +  if ! git --version >/dev/null; then    echo "git not installed"    exit 1  fi -#git submodule update --init +git submodule update --init  # Generate taler-error-codes.h in gana and copy it to  # src/include/taler_error_codes.h | 
