build: Have `bootstrap' run all the necessary steps.
[jackhill/guix/guix.git] / bootstrap
index e445af2..f34c43d 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -7,10 +7,9 @@ set -e -x
 top_srcdir="$PWD"
 export top_srcdir
 
-if [ ! -d nix-upstream ]
-then
-    git submodule init
-fi
+git submodule init
 git submodule update
 
+./nix/sync-with-upstream
+
 exec autoreconf -vfi