fix bug in utils::expand_args()

This commit is contained in:
Axel Kohlmeyer
2021-03-18 12:25:31 -04:00
parent 5ba57fdd44
commit c5ab2becd7

View File

@ -473,6 +473,7 @@ int utils::expand_args(const char *file, int line, int narg, char **arg,
for (iarg = 0; iarg < narg; iarg++) {
std::string word(arg[iarg]);
expandflag = 0;
// only match compute/fix reference with a '*' wildcard
// number range in the first pair of square brackets