X-Git-Url: http://erislabs.net/gitweb/?p=gnulib.git;a=blobdiff_plain;f=top%2Fmaint.mk;h=cae2dda03999b3ead5b95f5b023ae5e1ff3028c9;hp=7420af5fdb3ac63dfe58096bf230d326a93f43eb;hb=7a0c729;hpb=a39d4083cab589d7cd6a13e8a4b8db8875261d75 diff --git a/top/maint.mk b/top/maint.mk index 7420af5fd..cae2dda03 100644 --- a/top/maint.mk +++ b/top/maint.mk @@ -1395,8 +1395,8 @@ public-submodule-commit: && git --version >/dev/null 2>&1; then \ cd $(srcdir) && \ git submodule --quiet foreach \ - test '"$$(git rev-parse "$$sha1")"' \ - = '"$$(git merge-base origin "$$sha1")"' \ + 'test "$$(git rev-parse "$$sha1")" \ + = "$$(git merge-base origin "$$sha1")"' \ || { echo '$(ME): found non-public submodule commit' >&2; \ exit 1; }; \ else \