scripts/crosstool-NG.sh.in
changeset 3125 15cd5dc25929
parent 3123 6a5946fbc728
child 3126 333d3e40cbd1
     1.1 --- a/scripts/crosstool-NG.sh.in	Mon Nov 19 11:21:31 2012 +0100
     1.2 +++ b/scripts/crosstool-NG.sh.in	Tue Nov 20 16:59:17 2012 -0800
     1.3 @@ -66,6 +66,9 @@
     1.4              *" "*)
     1.5                  CT_Abort "'CT_${d}_DIR'='${dir}' contains a space in it.\nDon't use spaces in paths, it breaks things."
     1.6                  ;;
     1.7 +            *:*)
     1.8 +                CT_Abort "'CT_${d}_DIR'='${dir}' contains a colon in it.\nDon't use colons in paths, it breaks things."
     1.9 +                ;;
    1.10          esac
    1.11  done
    1.12