diff -r 6aa057745dbd -r 10d4f2bc227b scripts/build/internals.sh --- a/scripts/build/internals.sh Sun Dec 05 16:27:06 2010 +0100 +++ b/scripts/build/internals.sh Sun Dec 12 20:47:40 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}"