scripts/internals: fix stripping once more 1.10
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Tue Mar 22 18:10:00 2011 +0100 (2011-03-22)
branch1.10
changeset 239570cca141fab9
parent 2394 966d63f784e3
child 2396 e3f16cdbbf5e
scripts/internals: fix stripping once more

Some scripts have 'very long lines', so the output of 'file'
will have that mentioned, such as:
POSIX shell script, ASCII text executable, with very long lines

Reported-by: Kyle Grieb <grieb.kyle@gmail.com>
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
(transplanted from 21025504dbc91d53eced23e337a547d5c1b94686)
scripts/build/internals.sh
     1.1 --- a/scripts/build/internals.sh	Sat Mar 19 21:43:26 2011 +0100
     1.2 +++ b/scripts/build/internals.sh	Tue Mar 22 18:10:00 2011 +0100
     1.3 @@ -30,7 +30,7 @@
     1.4          ; do
     1.5              _type="$( file "${_t}" |cut -d ' ' -f 2- )"
     1.6              case "${_type}" in
     1.7 -                *script*executable)
     1.8 +                *script*executable*)
     1.9                      ;;
    1.10                  *executable*)
    1.11                      CT_DoExecLog ALL ${CT_HOST}-strip ${strip_args} "${_t}"