Message ID | 20171127174944.12362-1-vapier@gentoo.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On 11/27/2017 12:49 PM, Mike Frysinger wrote: > Signed-off-by: Mike Frysinger <vapier@gentoo.org> > --- > 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 <jsnow@redhat.com>
On 11/27/2017 11:49 AM, Mike Frysinger wrote: > Signed-off-by: Mike Frysinger <vapier@gentoo.org> > --- > 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" Reviewed-by: Eric Blake <eblake@redhat.com>
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
Signed-off-by: Mike Frysinger <vapier@gentoo.org> --- scripts/git-submodule.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)