Akim Demaille wrote:
> | without doing a detailed scan for '[' and ']' chars.
> | Too hard.
>
> int main( int argc, char** argv ) {
> return strchr( argv@<:@0@:>@, '@:>@' ) == NULL; }It has now been modified to protect user-supplied shell scripts and programs. Boy, it looks ugly! But, there will be no quoting conflicts.... -- Bruce Korb <first initial + last name at gnu dot org> AG URL: http://autogen.sf.net/conftest.html
