Lines 236-242
usage_error('You must at least specify input and string list filenames.')
Link Here
|
236 |
if !@in_files || !defined $str_file; |
236 |
if !@in_files || !defined $str_file; |
237 |
|
237 |
|
238 |
# Type match defaults to *.tt plus *.inc if not specified |
238 |
# Type match defaults to *.tt plus *.inc if not specified |
239 |
$type = "tt|inc|xsl" if !defined($type); |
239 |
$type = "tt|inc|xsl|xml" if !defined($type); |
240 |
|
240 |
|
241 |
# Check the inputs for being files or directories |
241 |
# Check the inputs for being files or directories |
242 |
for my $input (@in_files) { |
242 |
for my $input (@in_files) { |
243 |
- |
|
|