Hi Matthias, Matthias Klose wrote:
> A lot of rules files uses loops around configure calls, however there's no
> export mode which escapes the spaces in the output. Please add one. The sh
> mode
> won't work either for this case.
Doesn't
set -e; \
eval "$$(dpkg-buildflags --export=sh)"; \
for v in $(versions); \
do \
... \
done
work?
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

