Skip to content
Commit 6efab5ed authored by Milian Wolff's avatar Milian Wolff
Browse files

Prevent recursion in environment variable expansion

Ensure that we don't get stuck in an endless recursion while
expanding variables. Handle both the simple case of `VAR=$VAR`
but also more complex scenarios such as `VAR1=$VAR2; VAR2=$VAR2`.

Based on the patch by David Redondo and input from Igor Kushnir,
see https://invent.kde.org/kde/kdevelop/-/merge_requests/125
parent beaf5664
Pipeline #19381 canceled with stage
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