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
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ enable_push=no
|
||||||
upstream=`git config --get "gcc-config.upstream"`
|
upstream=`git config --get "gcc-config.upstream"`
|
||||||
if [ x"$upstream" = x ]
|
if [ x"$upstream" = x ]
|
||||||
then
|
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
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue