* bin/autoheader.in (templates_for_header): Fix previous change by
not warning about file names with shell metacharacters, as this is
OK for command-line file names.
{
foreach my $template ("$tmp/config.hin", @config_templates)
{
- if ($template =~ /["#\$&'()*;<>?[\\\^`|]/)
- {
- msg 'syntax', "warning: header template has shell metacharacters: $template";
- }
- elsif (! -r $template)
+ if (! -r $template)
{
msg 'syntax', "warning: cannot read $template: $!";
}