diff options
author | Ben Sturmfels <ben@sturm.com.au> | 2021-03-09 22:21:58 +1100 |
---|---|---|
committer | Ben Sturmfels <ben@sturm.com.au> | 2021-03-09 22:21:58 +1100 |
commit | 1f4ac7249feac19d436f7b89f25030fee1ca08e3 (patch) | |
tree | 05a67107b91fd00a15902b40a034da63d3469ea9 /bootstrap.sh | |
parent | 40bc5ea9ee07919932eeddb1686e79ee8fa25ca2 (diff) | |
download | mediagoblin-1f4ac7249feac19d436f7b89f25030fee1ca08e3.tar.lz mediagoblin-1f4ac7249feac19d436f7b89f25030fee1ca08e3.tar.xz mediagoblin-1f4ac7249feac19d436f7b89f25030fee1ca08e3.zip |
Say `git submodule update --init` - it's shorter.
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-x | bootstrap.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bootstrap.sh b/bootstrap.sh index 48e08a25..6349f4bb 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -5,5 +5,4 @@ set -e aclocal -I m4 --install autoreconf -fvi -git submodule init -git submodule update +git submodule update --init |