X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=scripts%2Fgcc-version.sh;h=debecb5561c481d8076cb97b36857878e6becb37;hb=342e20f10294aca4097ae2a056c72a202221a75f;hp=cc767b388baf7b30ef04b61650911069818d7ba0;hpb=aef8755711a28bb0ecde7780ae6613fcb62cf6f7;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