From 0d063605ec533236bcf7fb07540dac77b14fa43f Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Fri, 10 Oct 2014 16:27:06 -0500 Subject: [PATCH] Do git submodule init and git submodule update in bootstrap.sh Idea borrowed from guix bootstrap script. If this proves to not be great we can move it :) --- bootstrap.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bootstrap.sh b/bootstrap.sh index 78d0f1c7..05c84d46 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -2,3 +2,6 @@ aclocal -I m4 --install autoreconf -fvi + +git submodule init +git submodule update -- 2.25.1