scripts/crosstool-NG.sh.in
branch1.17
changeset 3129 b8e00eab8f81
parent 3083 3a7b2eee9dcd
     1.1 --- a/scripts/crosstool-NG.sh.in	Sat Oct 06 23:48:07 2012 +0200
     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