Skip to content
Snippets Groups Projects
Commit 39bf11f1 authored by Jochen Roth's avatar Jochen Roth Committed by Christian Kuhn
Browse files

[BUGFIX] Continue loop in case binary was not found

The change introduced with #101444 broke
the binary finder mechanims.

This has been fixed by "continue" the loop
instead of "break" the loop. So all paths are
tested instead of just the first one.

Resolves: #101687
Related: #101444
Releases: main, 12.4
Change-Id: Iddf55f2e936f79038c2f52a93040ac48c8a9a1dd
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/80677


Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Tested-by: default avatarcore-ci <typo3@b13.com>
Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
parent 83546286
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment