--- a/collection/strings 2010-01-31 04:02:32.000000000 -0500 +++ b/collection/strings 2010-03-16 20:38:21.560047463 -0400 @@ -27,6 +27,9 @@ [ ! -f elf-index ] || rm -f elf-index exec >elf-index +OLDIFS=$IFS +IFS=' +' for bin in $(sed -rn 's/:\s+[^,]*\bELF\b.+$//g;T;p' file-info); do echo "$bin" case $bin in @@ -38,3 +41,4 @@ ;; esac done +IFS=$OLDIFS