##// END OF EJS Templates
buildrpm: fix embarassing bug in shell variable expansions...
buildrpm: fix embarassing bug in shell variable expansions `$distance_$node` looks up and concatenates `$distance_` and `$node`. `$distance_` is empty, so we were getting the node without the distance. Using the curly braces makes our intent explicit and produces better-versioned RPMS. Differential Revision: https://phab.mercurial-scm.org/D4493
Augie Fackler -
r39495:c68cfc55 stable
Show More