diff -r 6aa057745dbd -r aa02b51ce928 scripts/build/internals.sh --- a/scripts/build/internals.sh Sun Dec 05 16:27:06 2010 +0100 +++ b/scripts/build/internals.sh Wed Dec 22 22:41:51 2010 +0100 @@ -28,7 +28,7 @@ ; do _type="$( file "${_t}" |cut -d ' ' -f 2- )" case "${_type}" in - *"shell script text executable") + *"script text executable") ;; *executable*) CT_DoExecLog ALL ${CT_HOST}-strip ${strip_args} "${_t}"