projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b98a3ba
)
build: fix typo in error message
author
Mike Frysinger
<vapier@gentoo.org>
Mon, 27 Nov 2017 17:49:44 +0000
(12:49 -0500)
committer
Michael 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
patch
|
blob
|
history
diff --git
a/scripts/git-submodule.sh
b/scripts/git-submodule.sh
index 030617b4ac0cdf1b892981aa68b86213d997c158..bc7224a27fe3fb1ce5fb2871a94d722b09fc8ea4 100755
(executable)
--- 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