X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=bootstrap;h=e4ddf851e09d34c1b5a5bb9544731881075f76b8;hb=f5034ceb5b7ec349ae19a8abdeec85835183d8ea;hp=73a5e046110c8986340aed2822c932831aef32e4;hpb=480a489ee4c31cb2f9c9f45941645f05b5f74c67;p=libguestfs.git diff --git a/bootstrap b/bootstrap index 73a5e04..e4ddf85 100755 --- a/bootstrap +++ b/bootstrap @@ -46,7 +46,7 @@ case ${GNULIB_SRCDIR--} in # Redirect the gnulib submodule to the directory on the command line # if possible. if test -d "$GNULIB_SRCDIR"/.git && \ - git config --file .gitmodules submodule.gnulib.url >/dev/null; then + git config --file .gitmodules submodule.gnulib.url >/dev/null; then git submodule init GNULIB_SRCDIR=`cd $GNULIB_SRCDIR && pwd` git config --replace-all submodule.gnulib.url $GNULIB_SRCDIR