X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=scripts%2Fgcc-version.sh;h=debecb5561c481d8076cb97b36857878e6becb37;hb=40689ac479e6477096b3dbd5a374cfe3970da3a3;hp=cc767b388baf7b30ef04b61650911069818d7ba0;hpb=7924e4f6519dd5b349ed146fe9fe35206730be67;p=karo-tx-linux.git diff --git a/scripts/gcc-version.sh b/scripts/gcc-version.sh index cc767b388baf..debecb5561c4 100644 --- a/scripts/gcc-version.sh +++ b/scripts/gcc-version.sh @@ -18,7 +18,7 @@ compiler="$*" if [ ${#compiler} -eq 0 ]; then echo "Error: No compiler specified." - echo -e "Usage:\n\t$0 " + printf "Usage:\n\t$0 \n" exit 1 fi