build: fix typo in error message
authorMike Frysinger <vapier@gentoo.org>
Mon, 27 Nov 2017 17:49:44 +0000 (12:49 -0500)
committerMichael Tokarev <mjt@tls.msk.ru>
Mon, 18 Dec 2017 14:07:02 +0000 (17:07 +0300)
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Reviewed-by: John Snow <jsnow@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
scripts/git-submodule.sh

index 030617b4ac0cdf1b892981aa68b86213d997c158..bc7224a27fe3fb1ce5fb2871a94d722b09fc8ea4 100755 (executable)
@@ -24,7 +24,7 @@ error() {
     echo "Alternatively you may disable automatic GIT submodule checkout"
     echo "with:"
     echo
-    echo " $ ./configure --disable-git-update'"
+    echo " $ ./configure --disable-git-update"
     echo
     echo "and then manually update submodules prior to running make, with:"
     echo