Index: pkg/mac/complete-bundle.sh =================================================================== --- pkg/mac/complete-bundle.sh (revision 5917) +++ pkg/mac/complete-bundle.sh (working copy) @@ -12,7 +12,7 @@ cd "$bundle" -todo=$(file `find ./ -perm +0111 ! -type d` | grep "Mach-O executable" | awk -F: -F\ '{print $1}' | uniq) +todo=$(file `find ./ -perm +0111 ! -type d` | grep "Mach-O executable" | awk -F ':| ' '{ORS=" "; print $1}' | uniq) echo "Found executables: $todo"