On Mon, 2019-09-16 at 11:04 -0700, Paul Eggert wrote: > syntax error at ./run_make_tests.pl line 473, near "or continue"
Ugh. Can you change this line: -x $prog or continue; to this: -x $prog or next; ? That's a dumb syntax error. Too many different languages. However, I don't think we should ever be in this situation. The only way we can ever get here is if you ran with "-make make" but you clearly ran with "-make ../make" so we can't get into this loop. Can you run this and tell me what it prints: perl -we 'use File::Spec::Functions qw(splitpath); my @o = splitpath("../make"); print "@o\n"' and also this: perl -we 'use File::Spec; print "$File::Spec::VERSION\n";' Thanks! _______________________________________________ Bug-make mailing list Bug-make@gnu.org https://lists.gnu.org/mailman/listinfo/bug-make