diff -r ff6b7a9bd370 -r 069f43a215cc scripts/crosstool-NG.sh.in --- a/scripts/crosstool-NG.sh.in Fri Nov 15 18:58:42 2013 +0100 +++ b/scripts/crosstool-NG.sh.in Wed Jun 25 23:33:01 2014 +0200 @@ -77,6 +77,9 @@ *:*) CT_Abort "'CT_${d}_DIR'='${dir}' contains a colon in it.\nDon't use colons in paths, it breaks things." ;; + *,*) + CT_Abort "'CT_${d}_DIR'='${dir}' contains a comma in it.\nDon't use commas in paths, it breaks things." + ;; esac done