Forked from
Iris / Iris
Source project has a limited visibility.
-
Tej Chajed authored
var=foo is a "recursive variable assignment", which is expanded on every use (including re-running shell commands). What we really want is var:=foo, which is expanded at definition time.
Tej Chajed authoredvar=foo is a "recursive variable assignment", which is expanded on every use (including re-running shell commands). What we really want is var:=foo, which is expanded at definition time.