From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36973) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eJPB1-0004xM-3d for qemu-devel@nongnu.org; Mon, 27 Nov 2017 14:34:47 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eJPAy-0004za-0u for qemu-devel@nongnu.org; Mon, 27 Nov 2017 14:34:47 -0500 References: <20171127174944.12362-1-vapier@gentoo.org> From: John Snow Message-ID: Date: Mon, 27 Nov 2017 14:34:41 -0500 MIME-Version: 1.0 In-Reply-To: <20171127174944.12362-1-vapier@gentoo.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] build: fix typo in error message List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Mike Frysinger , qemu-devel@nongnu.org Cc: QEMU Trivial On 11/27/2017 12:49 PM, Mike Frysinger wrote: > Signed-off-by: Mike Frysinger > --- > scripts/git-submodule.sh | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/scripts/git-submodule.sh b/scripts/git-submodule.sh > index 030617b4ac0c..bc7224a27fe3 100755 > --- a/scripts/git-submodule.sh > +++ b/scripts/git-submodule.sh > @@ -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 > cc qemu-trivial Reviewed-by: John Snow