X-Git-Url: https://git.hcoop.net/jackhill/guix/guix.git/blobdiff_plain/5f25049e9c2002eb808d2f15306d0ac102f05415..be0f611208b4e6d730991267f69f9effe703e32f:/bootstrap diff --git a/bootstrap b/bootstrap index e445af2f2c..f34c43dc52 100755 --- 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