David Kastrup schrieb:
Johannes Sixt <j.sixt@xxxxxxxxxxxxx> writes:
I poked around a bit, but one major obstacle is that the assignments
in $author_script are on separate lines, which you would have to
splice into a single line before you can insert them in the eval.
Hm? Why? Newlines separate assignments just as reliable as spaces
do. They are primarily special to the tty as line separators, not the
shell as such.
The task here is to have the assignments on the same line as the command at
the end so that they are locally exported. Here we are inside an 'eval', and
the new-lines *do* what their name suggest: make new lines.
-- Hannes
-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html