public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH] contrib: Fix a typo in contrib/git-fetch-vendor.sh
@ 2022-08-18 15:42 Andrea Corallo
  0 siblings, 0 replies; only message in thread
From: Andrea Corallo @ 2022-08-18 15:42 UTC (permalink / raw)
  To: gcc-patches; +Cc: nd

[-- Attachment #1: Type: text/plain, Size: 129 bytes --]

Hi all,

just commited this to fix a typo as obvious.

Bests

  Andrea

/contrib/ChangeLog:

	* git-fetch-vendor.sh : Fix typo.


[-- Attachment #2: fix_typo.diff --]
[-- Type: text/plain, Size: 477 bytes --]

diff --git a/contrib/git-fetch-vendor.sh b/contrib/git-fetch-vendor.sh
index 15303629b5c..bbd52fb2055 100755
--- a/contrib/git-fetch-vendor.sh
+++ b/contrib/git-fetch-vendor.sh
@@ -14,7 +14,7 @@ enable_push=no
 upstream=`git config --get "gcc-config.upstream"`
 if [ x"$upstream" = x ]
 then
-    echo "Config gcc-config.upstream not set, run contrib/gcc-git-customization"
+    echo "Config gcc-config.upstream not set, run contrib/gcc-git-customization.sh"
     exit 1
 fi
 

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-08-18 15:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-18 15:42 [PATCH] contrib: Fix a typo in contrib/git-fetch-vendor.sh Andrea Corallo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).