summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbootstrap7
1 files changed, 3 insertions, 4 deletions
diff --git a/bootstrap b/bootstrap
index e445af2f2c7..f34c43dc52f 100755
--- a/bootstrap
+++ b/bootstrap
@@ -7,10 +7,9 @@ set -e -x
7top_srcdir="$PWD" 7top_srcdir="$PWD"
8export top_srcdir 8export top_srcdir
9 9
10if [ ! -d nix-upstream ] 10git submodule init
11then
12 git submodule init
13fi
14git submodule update 11git submodule update
15 12
13./nix/sync-with-upstream
14
16exec autoreconf -vfi 15exec autoreconf -vfi