diff options
| author | Mike Frysinger | 2017-11-27 18:49:44 +0100 |
|---|---|---|
| committer | Michael Tokarev | 2017-12-18 15:07:02 +0100 |
| commit | 4e81129645af51efab76aaae2502994c596c3411 (patch) | |
| tree | d46bbf435d77ee967aace67b4737e676ac479bae /scripts | |
| parent | Makefile: use $(MAKE) variable (diff) | |
| download | qemu-4e81129645af51efab76aaae2502994c596c3411.tar.gz qemu-4e81129645af51efab76aaae2502994c596c3411.tar.xz qemu-4e81129645af51efab76aaae2502994c596c3411.zip | |
build: fix typo in error message
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>
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/git-submodule.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/git-submodule.sh b/scripts/git-submodule.sh index 030617b4ac..bc7224a27f 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 |
