do init submodules
This commit is contained in:
parent
9dbc462dc0
commit
98f967f383
@ -1,11 +1,13 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
|
set -eu
|
||||||
|
|
||||||
if ! git --version >/dev/null; then
|
if ! git --version >/dev/null; then
|
||||||
echo "git not installed"
|
echo "git not installed"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
#git submodule update --init
|
git submodule update --init
|
||||||
|
|
||||||
# Generate taler-error-codes.h in gana and copy it to
|
# Generate taler-error-codes.h in gana and copy it to
|
||||||
# src/include/taler_error_codes.h
|
# src/include/taler_error_codes.h
|
||||||
|
Loading…
Reference in New Issue
Block a user