re r40177 +ftype="`file "$BINDIRG/$i"`" +if [ "`echo $ftype | grep 'Mach-O'`" ] || [ "`grep '#% *Module' "$BINDIRG/$i"`" ] ; then quoting question: does ftype="`file "$BINDIRG/$i"`" split into "`file " $BINDIRG/$i "`" or does `backticks` collect everything within it? ?, Hamish