Skip to content
Commit 9258497a authored by Igor Kushnir's avatar Igor Kushnir
Browse files

Optimize and improve environment variable expansion

* eliminate QRegularExpression;
* disallow variable names starting with a digit as they are unsupported
  by most POSIX shells;
* add support for braced variables: ${VAR}.
parent 486b6a39
Pipeline #20420 passed with stage
in 31 minutes and 58 seconds
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