contrib: Fix a typo in contrib/git-fetch-vendor.sh

2022-08-18  Andrea Corallo  <andrea.corallo@arm.com>

	* git-fetch-vendor.sh : Fix typo.
This commit is contained in:
Andrea Corallo 2022-08-18 17:20:13 +02:00
parent c83e97317e
commit 5b0d054292

View File

@ -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