mirror of
https://github.com/mirror/make.git
synced 2025-03-25 01:00:30 +08:00
* tests/run_make_tests.pl (find_prog): Fix syntax error.
This commit is contained in:
parent
00e590fdef
commit
00fa3ca3a5
@ -470,7 +470,7 @@ sub find_prog
|
||||
if (! $d) {
|
||||
foreach my $e (path()) {
|
||||
$prog = catfile($e, $f);
|
||||
-x $prog or continue;
|
||||
-x $prog or next;
|
||||
($v, $d, $f) = splitpath($prog);
|
||||
last;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user