]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
contrib: Fix a typo in contrib/git-fetch-vendor.sh
authorAndrea Corallo <andrea.corallo@arm.com>
Thu, 18 Aug 2022 15:20:13 +0000 (17:20 +0200)
committerAndrea Corallo <andrea.corallo@arm.com>
Thu, 18 Aug 2022 15:34:58 +0000 (17:34 +0200)
2022-08-18  Andrea Corallo  <andrea.corallo@arm.com>

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

contrib/git-fetch-vendor.sh

index 15303629b5c34125805db1f94eeec886aba1aa8f..bbd52fb2055b54020300afe3df8d1839138f24ef 100755 (executable)
@@ -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