Skip to content
Unverified Commit 8f294c43 authored by Mislav Marohnić's avatar Mislav Marohnić
Browse files

Allow inline arguments in `--if` conditions

Example:

    install_package openssl-1.1 "https://..." --if needs_openssl:1.0.1-3.1.x

In the example, the two values are passed as arguments to the `needs_openssl` function.
parent b54a73b1
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