--- bootstrap.was 2015-09-25 09:10:27.000000000 +0200 +++ bootstrap 2015-09-25 09:10:39.000000000 +0200 @@ -644,7 +644,7 @@ # Use GNULIB_SRCDIR directly or as a reference. if $use_git && test -d "$GNULIB_SRCDIR"/.git && \ git_modules_config submodule.gnulib.url >/dev/null; then - echo "$0: getting gnulib files..." + echo "$0: updating gnulib files..." if git submodule -h|grep -- --reference > /dev/null; then # Prefer the one-liner available in git 1.6.4 or newer. git submodule update --init --reference "$GNULIB_SRCDIR" \