Add eprvcd to the commands which set node names to lower case,

but not the file names after >
Does not work for manually entered eprvcd commands, where the user
has to provide lower case node names.
This commit is contained in:
Holger Vogt 2023-03-19 12:10:52 +01:00
parent 7bf550f637
commit 36943f4d88
1 changed files with 1 additions and 0 deletions

View File

@ -1538,6 +1538,7 @@ struct inp_read_t inp_read( FILE *fp, int call_depth, const char *dir_name,
}
else if (ciprefix("print", buffer) ||
ciprefix("eprint", buffer) ||
ciprefix("eprvcd", buffer) ||
ciprefix("asciiplot", buffer)) {
/* lower case excluded for tokens following output redirection
* '>' */