mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-11-23 02:44:18 +08:00
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:
parent
c83e97317e
commit
5b0d054292
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user