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 debian-dpkg-bugs-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to