diff -r ff6b7a9bd370 -r 06b78d44d1a0 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 Fri May 09 19:08:00 2014 -0700 @@ -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