Brandon Casey <casey@xxxxxxxxxxxxxxx> writes: > From: Brandon Casey <drafnel@xxxxxxxxx> > > Add an entry to the please_set_SHELL_PATH_to_a_more_modern_shell target > which tests whether the shell supports ${parameter%word} expansion. I > assume this one test is enough to indicate whether the shell supports the > entire family of prefix and suffix removal syntax: > > ${parameter%word} > ${parameter%%word} > ${parameter#word} > ${parameter##word} > > FreeBSD, for one, has a /bin/sh that, apparently, supports $() notation but > not the above prefix/suffix removal notation. My reading of the later part of the thread you are basing the above is somewhat different from your diagnosis. The funny seems to happen only when there is a backslash-quoted glob special inside double-quotes (e.g. "${parameter%\?*}") and the same shell does not seem to be choking on many prefix/suffix expansion used in other test scripts. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html