scripts/build/internals.sh
changeset 2214 10d4f2bc227b
parent 2213 6aa057745dbd
child 2236 cb0f625b3f9f
     1.1 --- a/scripts/build/internals.sh	Sun Dec 05 16:27:06 2010 +0100
     1.2 +++ b/scripts/build/internals.sh	Sun Dec 12 20:47:40 2010 +0100
     1.3 @@ -28,7 +28,7 @@
     1.4          ; do
     1.5              _type="$( file "${_t}" |cut -d ' ' -f 2- )"
     1.6              case "${_type}" in
     1.7 -                *"shell script text executable")
     1.8 +                *"script text executable")
     1.9                      ;;
    1.10                  *executable*)
    1.11                      CT_DoExecLog ALL ${CT_HOST}-strip ${strip_args} "${_t}"