Noah Misch <[EMAIL PROTECTED]> wrote: > echo "$a" $a "$b" $b "$c" $c
You might also add: cat <<_ACEOF $a $b $c _ACEOF This would show whether the unescaping is being done by echo (as is the case with pdksh) or by the word parsing. paul _______________________________________________ Libtool mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/libtool
