scripts/crosstool-NG.sh.in
changeset 3325 069f43a215cc
parent 3246 ff6b7a9bd370
     1.1 --- a/scripts/crosstool-NG.sh.in	Fri Nov 15 18:58:42 2013 +0100
     1.2 +++ b/scripts/crosstool-NG.sh.in	Wed Jun 25 23:33:01 2014 +0200
     1.3 @@ -77,6 +77,9 @@
     1.4              *:*)
     1.5                  CT_Abort "'CT_${d}_DIR'='${dir}' contains a colon in it.\nDon't use colons in paths, it breaks things."
     1.6                  ;;
     1.7 +            *,*)
     1.8 +                CT_Abort "'CT_${d}_DIR'='${dir}' contains a comma in it.\nDon't use commas in paths, it breaks things."
     1.9 +                ;;
    1.10          esac
    1.11  done
    1.12