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:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user