diff options
author | Andrea Corallo <andrea.corallo@arm.com> | 2022-08-18 17:20:13 +0200 |
---|---|---|
committer | Andrea Corallo <andrea.corallo@arm.com> | 2022-08-18 17:34:58 +0200 |
commit | 5b0d0542920a336d7a41f647a903b60e3e63e2c6 (patch) | |
tree | 6c54e7d2bd8b2ca4c638db3f4a81f81c80b46410 | |
parent | c83e97317efb87fd5639a9ee9ec55aa1caa5423e (diff) | |
download | gcc-5b0d0542920a336d7a41f647a903b60e3e63e2c6.tar.gz |
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.
-rwxr-xr-x | contrib/git-fetch-vendor.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/git-fetch-vendor.sh b/contrib/git-fetch-vendor.sh index 15303629b5c..bbd52fb2055 100755 --- a/contrib/git-fetch-vendor.sh +++ b/contrib/git-fetch-vendor.sh @@ -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 |