ad23776a43
The escaping inside the backticks had been wrong. Because of this, parentheses and semicolons were interpreted as shell syntax. Switching to $(...) command substitution removes the need for quoting some of the characters and makes the whole command simpler to understand. Doing the escaping for the backticks command properly would have involved lots of special cases. The $(...) command substitution was used sparingly in pkgsrc up to now because some older or broken shells do not support it. Since these shells do not end up as the shell that runs the commands from Makefiles, that's not a problem. |
||
---|---|---|
.. | ||
extract.sh | ||
help.sh | ||
mocked-include.sh | ||
patch.sh | ||
spec | ||
subst.sh | ||
test.subr | ||
tools-bison.sh |