Hello, I'm using dash 0.5.5.1, and noticed a strange behaviour: | $ t=123 | $ echo ${t%${t#?}} | 1 | $ echo "${t%${t#?}}" | | $ Is it a bug or something? Thank you -- To unsubscribe from this list: send the line "unsubscribe dash" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html