From: Andrea Corallo Date: Thu, 18 Aug 2022 15:20:13 +0000 (+0200) Subject: contrib: Fix a typo in contrib/git-fetch-vendor.sh X-Git-Tag: basepoints/gcc-14~5091 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5b0d0542920a336d7a41f647a903b60e3e63e2c6;p=thirdparty%2Fgcc.git contrib: Fix a typo in contrib/git-fetch-vendor.sh 2022-08-18 Andrea Corallo * git-fetch-vendor.sh : Fix typo. --- diff --git a/contrib/git-fetch-vendor.sh b/contrib/git-fetch-vendor.sh index 15303629b5c3..bbd52fb2055b 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