diff options
Diffstat (limited to 'scripts/populate.in')
-rw-r--r-- | scripts/populate.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/populate.in b/scripts/populate.in index 28a9740e..9aa3ee9f 100644 --- a/scripts/populate.in +++ b/scripts/populate.in @@ -281,7 +281,7 @@ trap "rm -rf ${CT_TMP_DIR}" EXIT # List all ELF (executables|shared objects)... find . -type f -exec file {} \; \ -|"${grep}" -E ': ELF [[:digit:]]+-bit (L|M)SB (executable|shared object),' \ +|"${grep}" -E ': ELF [[:digit:]]+-bit (L|M)SB +(executable|shared object),' \ |cut -d ":" -f 1 \ >"${CT_TMP_DIR}/files.list" |